From 847ff4455e674e1fe9d6d92249ea50e60cc405e1 Mon Sep 17 00:00:00 2001 From: Pete Hayman Date: Wed, 9 Jul 2025 14:33:07 +1000 Subject: [PATCH] Update crates/bevy_internal/Cargo.toml Co-authored-by: atlv --- crates/bevy_internal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.