From e1fc632982fce34ec0cf49339903356b6cc62dcc Mon Sep 17 00:00:00 2001 From: Peter Hayman Date: Thu, 12 Dec 2024 16:40:38 +1100 Subject: [PATCH] Add required feature for http_source example Co-authored-by: jf908 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b778a739b06cb..1f4d6282ebe98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1659,6 +1659,7 @@ name = "HTTP Asset Source" description = "Load an asset from a http source" category = "Assets" wasm = true +required-features = ["http_source"] [[example]] name = "hot_asset_reloading"