Skip to content

Commit 89526b6

Browse files
committed
move file_watcher to pyo3 crate
1 parent 2794d13 commit 89526b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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", features = ["file_watcher"] }
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" }

crates/processing_pyo3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ x11 = ["processing/x11"]
1818
[dependencies]
1919
pyo3 = "0.27.0"
2020
processing = { workspace = true }
21-
bevy = { workspace = true }
21+
bevy = { workspace = true, features = ["file_watcher"] }
2222
glfw = { version = "0.60.0"}
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)