We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e2159 commit a0aba62Copy full SHA for a0aba62
Cargo.toml
@@ -9,5 +9,5 @@ crate_type = ["dylib", "rlib"]
9
[dependencies]
10
bitflags = "1.3.2"
11
spirv-std = { version = "0.5.0", features = ["glam"] }
12
-permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
13
-rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", default-features = false, features = ["spirv-std"] }
+permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.3.0" }
+rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.2.0", features = ["spirv-std"] }
0 commit comments