Update crates/bevy_internal/Cargo.toml

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

View File

@ -224,7 +224,7 @@ http = ["bevy_asset?/http"]
# Enables downloading assets from HTTPS sources
https = ["bevy_asset?/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_asset?/http_source_cache"]
# Enables the built-in asset processor for processed assets.