diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index dfd9b78f93..56bf41b2fa 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -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.