Update crates/bevy_internal/Cargo.toml
Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
parent
abcf04a139
commit
847ff4455e
@ -224,7 +224,7 @@ http = ["bevy_asset?/http"]
|
|||||||
# Enables downloading assets from HTTPS sources
|
# Enables downloading assets from HTTPS sources
|
||||||
https = ["bevy_asset?/https"]
|
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"]
|
http_source_cache = ["bevy_asset?/http_source_cache"]
|
||||||
|
|
||||||
# Enables the built-in asset processor for processed assets.
|
# Enables the built-in asset processor for processed assets.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user