Update Cargo.toml

Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
Pete Hayman 2025-07-09 14:32:29 +10:00 committed by GitHub
parent 0595b93dca
commit d569fb72fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -522,7 +522,7 @@ http = ["bevy_internal/http"]
# Enables downloading assets from HTTPS sources # Enables downloading assets from HTTPS sources
https = ["bevy_internal/https"] https = ["bevy_internal/https"]
# Assets downloaded from HTTP sources are cached # Enable caching downloaded assets on the filesystem. NOTE: this cache currently never invalidates entries!
http_source_cache = ["bevy_internal/http_source_cache"] http_source_cache = ["bevy_internal/http_source_cache"]
# Enable stepping-based debugging of Bevy systems # Enable stepping-based debugging of Bevy systems