Skip to content

Commit 5606893

Browse files
committed
Remove cargo patch in favor of inline git sources
1 parent 05c552d commit 5606893

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

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

9-
[patch.crates-io]
10-
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
11-
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge" }
12-
139
[dependencies]
1410
bitflags = "1.3.2"
1511
spirv-std = { version = "0.5.0", features = ["glam"] }
16-
permutate-macro = "0.1.0"
17-
rust-gpu-bridge = { version = "0.1.0", default-features = false, features = ["spirv-std"] }
12+
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
13+
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", default-features = false, features = ["spirv-std"] }

0 commit comments

Comments
 (0)