feature order

This commit is contained in:
François Mockers 2025-06-29 00:52:53 +02:00 committed by GitHub
parent de3e2b62dd
commit 689c3d4fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.|