Skip to content

Commit 4c02e9e

Browse files
committed
Upstream bevy.
1 parent 9dcf6c2 commit 4c02e9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type_complexity = "allow"
2121
too_many_arguments = "allow"
2222

2323
[workspace.dependencies]
24-
bevy = { path = "../../bevyengine/bevy" }
24+
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
2525
processing = { path = "." }
2626
processing_pyo3 = { path = "crates/processing_pyo3" }
2727
processing_render = { path = "crates/processing_render" }
@@ -94,9 +94,6 @@ path = "examples/stroke_2d.rs"
9494
name = "stroke_3d"
9595
path = "examples/stroke_3d.rs"
9696

97-
[patch."https://github.com/bevyengine/bevy"]
98-
bevy = { path = "../../bevyengine/bevy" }
99-
10097
[profile.wasm-release]
10198
inherits = "release"
10299
opt-level = "z"

0 commit comments

Comments
 (0)