Skip to content

Commit 3c39ae3

Browse files
committed
Project workspace refactor
1 parent 75c5c4f commit 3c39ae3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ edition = "2021"
66
[lib]
77
crate_type = ["dylib", "rlib"]
88

9-
[patch.crates-io]
10-
#rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.4.0" }
11-
#permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.4.0" }
12-
13-
rust-gpu-bridge = { path = "../rust-gpu-bridge" }
14-
permutate-macro = { path = "../permutate-macro" }
15-
169
[dependencies]
10+
rust-gpu-bridge = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge", tag = "v0.4.0", features = ["spirv-std"] }
11+
permutate-macro = { git = "https://github.com/bevy-rust-gpu/permutate-macro", tag = "v0.4.0" }
12+
1713
spirv-std = "0.7.0"
18-
permutate-macro = "0.4.0"
19-
rust-gpu-bridge = { version = "0.4.0", features = ["spirv-std"] }

0 commit comments

Comments
 (0)