From d569fb72fa224ac79e21ae08bf9f1b29b898bc19 Mon Sep 17 00:00:00 2001 From: Pete Hayman Date: Wed, 9 Jul 2025 14:32:29 +1000 Subject: [PATCH] Update Cargo.toml Co-authored-by: atlv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0871c323ed..2eb340baa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -522,7 +522,7 @@ http = ["bevy_internal/http"] # Enables downloading assets from HTTPS sources 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"] # Enable stepping-based debugging of Bevy systems