Skip to content

Commit 2022308

Browse files
committed
Turn on file_watcher feature for Bevy
1 parent f411d2d commit 2022308

File tree

2 files changed

+170
-2
lines changed

2 files changed

+170
-2
lines changed

Cargo.lock

Lines changed: 169 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = { git = "https://github.com/bevyengine/bevy", branch = "main" }
24+
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", features = ["file_watcher"] }
2525
processing = { path = "." }
2626
processing_pyo3 = { path = "crates/processing_pyo3" }
2727
processing_render = { path = "crates/processing_render" }

0 commit comments

Comments
 (0)