From c8223c0d1dc22e8425f86c6f8b40f3fda3a89804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 16 Nov 2023 00:02:03 +0100 Subject: [PATCH] example hot_asset_reloading doesn't work in wasm --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fe0449660fe0..c6dd76738a655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1109,7 +1109,7 @@ required-features = ["file_watcher"] name = "Hot Reloading of Assets" description = "Demonstrates automatic reloading of assets when modified on disk" category = "Assets" -wasm = true +wasm = false [[example]] name = "asset_processing"