mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |