diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 753d02a694270..9c7ee1701fa5d 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -28,7 +28,6 @@ The default feature set enables most of the expected features of a game engine, |bevy_ui|A custom ECS-driven UI framework| |bevy_winit|winit window and input backend| |default_font|Include a default font, containing only ASCII characters, at the cost of a 20kB binary size increase| -|filesystem_watcher|Enables watching the filesystem for Bevy Asset hot-reloading| |hdr|HDR image format support| |ktx2|KTX2 compressed texture support| |multi-threaded|Enables multithreaded parallelism in the engine. Disabling it forces all engine tasks to run on a single thread.| @@ -52,6 +51,7 @@ The default feature set enables most of the expected features of a game engine, |detailed_trace|Enable detailed trace event logging. These trace events are expensive even when off, thus they require compile time opt-in| |dynamic_linking|Force dynamic linking, which improves iterative compile times| |exr|EXR image format support| +|filesystem_watcher|Enables watching the filesystem for Bevy Asset hot-reloading| |flac|FLAC audio format support| |glam_assert|Enable assertions to check the validity of parameters passed to glam| |jpeg|JPEG image format support|