Update docs/cargo_features.md

Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
Pete Hayman 2025-07-09 14:33:18 +10:00 committed by GitHub
parent 847ff4455e
commit 3afe6bd1c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ The default feature set enables most of the expected features of a game engine,
|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|Enables downloading assets from HTTP sources|
|http_source_cache|Assets downloaded from HTTP sources are cached|
|http_source_cache|Enable caching downloaded assets on the filesystem. NOTE: this cache currently never invalidates entries!|
|https|Enables downloading assets from HTTPS sources|
|ico|ICO image format support|
|jpeg|JPEG image format support|