File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type_complexity = "allow"
2121too_many_arguments = " allow"
2222
2323[workspace .dependencies ]
24- bevy = { git = " https://github.com/bevyengine/bevy" , branch = " main" , features = [ " file_watcher " ] }
24+ bevy = { git = " https://github.com/bevyengine/bevy" , branch = " main" }
2525processing = { path = " ." }
2626processing_pyo3 = { path = " crates/processing_pyo3" }
2727processing_render = { path = " crates/processing_render" }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ x11 = ["processing/x11"]
1818[dependencies ]
1919pyo3 = " 0.27.0"
2020processing = { workspace = true }
21- bevy = { workspace = true }
21+ bevy = { workspace = true , features = [ " file_watcher " ] }
2222glfw = { version = " 0.60.0" }
2323
2424[target .'cfg(target_os = "macos")' .dependencies ]
You can’t perform that action at this time.
0 commit comments