diff --git a/Cargo.toml b/Cargo.toml index 7698dc2ec8..784589e433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -404,7 +404,7 @@ path = "examples/2d/texture_atlas.rs" name = "Texture Atlas" description = "Generates a texture atlas (sprite sheet) from individual sprites" category = "2D Rendering" -wasm = true +wasm = false [[example]] name = "transparency_2d" @@ -906,7 +906,7 @@ path = "examples/asset/asset_loading.rs" name = "Asset Loading" description = "Demonstrates various methods to load assets" category = "Assets" -wasm = true +wasm = false [[example]] name = "custom_asset"