diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 777270a079..c4ab9b9a0e 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -91,9 +91,9 @@ The default feature set enables most of the expected features of a game engine, |gif|GIF image format support| |glam_assert|Enable assertions to check the validity of parameters passed to glam| |gltf_convert_coordinates_default|Enable converting glTF coordinates to Bevy's coordinate system by default. This will be Bevy's default behavior starting in 0.18.| +|hotpatching|Enable hotpatching of Bevy systems| |http_source|Enables using assets from HTTP sources| |http_source_cache|Assets downloaded from HTTP sources are cached| -|hotpatching|Enable hotpatching of Bevy systems| |ico|ICO image format support| |jpeg|JPEG image format support| |libm|Uses the `libm` maths library instead of the one provided in `std` and `core`.|