File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,8 @@ edition = "2021"
66[lib ]
77crate_type = [" dylib" , " rlib" ]
88
9- [patch .crates-io ]
10- # rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.4.0" }
11- # permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.4.0" }
12-
13- rust-gpu-bridge = { path = " ../rust-gpu-bridge" }
14- permutate-macro = { path = " ../permutate-macro" }
15-
169[dependencies ]
10+ rust-gpu-bridge = { git = " https://github.com/bevy-rust-gpu/rust-gpu-bridge" , tag = " v0.4.0" , features = [" spirv-std" ] }
11+ permutate-macro = { git = " https://github.com/bevy-rust-gpu/permutate-macro" , tag = " v0.4.0" }
12+
1713spirv-std = " 0.7.0"
18- permutate-macro = " 0.4.0"
19- rust-gpu-bridge = { version = " 0.4.0" , features = [" spirv-std" ] }
You can’t perform that action at this time.
0 commit comments