Skip to content

Commit d8035b8

Browse files
committed
Version-tag macro dependency
1 parent 813db9e commit d8035b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ glam = ["dep:glam", "dep:rust-gpu-bridge-macros"]
99
spirv-std = ["dep:spirv-std"]
1010

1111
[dependencies]
12-
rust-gpu-bridge-macros = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge-macros", optional = true }
12+
rust-gpu-bridge-macros = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge-macros", tag = "v0.2.0", optional = true }
1313

1414
glam = { version = "0.23.0", optional = true }
1515
spirv-std = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)