Skip to content

Commit 188d492

Browse files
committed
Project workspace refactor
1 parent 886ab22 commit 188d492

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ default = []
88
glam = ["dep:glam", "dep:rust-gpu-bridge-macros"]
99
spirv-std = ["dep:spirv-std"]
1010

11-
[patch.crates-io]
12-
rust-gpu-bridge-macros = { path = "../rust-gpu-bridge-macros" }
13-
1411
[dependencies]
15-
rust-gpu-bridge-macros = { version = "0.1.0", optional = true }
12+
rust-gpu-bridge-macros = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge-macros", optional = true }
13+
1614
glam = { version = "0.23.0", optional = true }
1715
spirv-std = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)