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 3aa76fe commit 77de1f2Copy full SHA for 77de1f2
Cargo.toml
@@ -10,4 +10,4 @@ crate_type = ["dylib", "rlib"]
10
bitflags = "2.0.1"
11
spirv-std = "0.6.0"
12
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.4.0" }
13
-rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", branch = "master", features = ["spirv-std"] }
+rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.4.0", features = ["spirv-std"] }
0 commit comments