We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcf6c2 commit 4c02e9eCopy full SHA for 4c02e9e
Cargo.toml
@@ -21,7 +21,7 @@ type_complexity = "allow"
21
too_many_arguments = "allow"
22
23
[workspace.dependencies]
24
-bevy = { path = "../../bevyengine/bevy" }
+bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
25
processing = { path = "." }
26
processing_pyo3 = { path = "crates/processing_pyo3" }
27
processing_render = { path = "crates/processing_render" }
@@ -94,9 +94,6 @@ path = "examples/stroke_2d.rs"
94
name = "stroke_3d"
95
path = "examples/stroke_3d.rs"
96
97
-[patch."https://github.com/bevyengine/bevy"]
98
99
-
100
[profile.wasm-release]
101
inherits = "release"
102
opt-level = "z"
0 commit comments