Skip to content

Commit 6c98081

Browse files
committed
Formalize Cargo.toml patch section
1 parent 7847b46 commit 6c98081

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name = "rust-gpu-builder"
33
version = "0.4.0"
44
edition = "2021"
55

6+
[patch.crates-io]
7+
#rust-gpu-builder-shared = { git = "https://github.com/bevy-rust-gpu/rust-gpu-builder-shared" }
8+
rust-gpu-builder-shared = { path = "../rust-gpu-builder-shared" }
9+
610
[dependencies]
7-
rust-gpu-builder-shared = { git = "https://github.com/bevy-rust-gpu/rust-gpu-builder-shared" }
11+
rust-gpu-builder-shared = "0.1.0"
812

913
spirv-builder = "0.6.0"
1014
notify = "5.1.0"

0 commit comments

Comments
 (0)