From fc709eae2e8834b02b3f5a0e232c268552b2676a Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Wed, 9 Aug 2023 12:28:33 -0700 Subject: [PATCH] Fix gamepad viewer being marked as a non-wasm example --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1703a0500e363..62ce8db2060d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1752,7 +1752,7 @@ path = "examples/tools/gamepad_viewer.rs" name = "Gamepad Viewer" description = "Shows a visualization of gamepad buttons, sticks, and triggers" category = "Tools" -wasm = false +wasm = true [[example]] name = "nondeterministic_system_order"