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 813db9e commit d8035b8Copy full SHA for d8035b8
Cargo.toml
@@ -9,7 +9,7 @@ glam = ["dep:glam", "dep:rust-gpu-bridge-macros"]
9
spirv-std = ["dep:spirv-std"]
10
11
[dependencies]
12
-rust-gpu-bridge-macros = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge-macros", optional = true }
+rust-gpu-bridge-macros = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge-macros", tag = "v0.2.0", optional = true }
13
14
glam = { version = "0.23.0", optional = true }
15
spirv-std = { version = "0.7", optional = true }
0 commit comments