mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
ac06ea3d17
# Objective - `bevy_ecs` exposes as an optional feature `bevy_reflect`. Disabling it doesn't compile. - `bevy_asset` exposes as an optional feature `filesystem_watcher`. Disabling it doesn't compile. It is also not possible to disable this feature from Bevy ## Solution - Fix compilation errors when disabling the default features. Make it possible to disable the feature `filesystem_watcher` from Bevy |
||
---|---|---|
.. | ||
cargo_features.md | ||
debugging.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
linters.md | ||
linux_dependencies.md | ||
plugins_guidelines.md | ||
profiling.md | ||
release_checklist.md |