Skip to content

Commit

Permalink
Fix gamepad viewer being marked as a non-wasm example (#9399)
Browse files Browse the repository at this point in the history
# Objective

This example stopped being built for the website after the
example-building was reworked in
(bevyengine/bevy-website#720 + #9168).

This seems to have just been a mistake when defining this particular
example's metadata.

See bevyengine/bevy-website#726

## Solution

Update its metadata to indicate that it works with wasm.
  • Loading branch information
rparrett authored and cart committed Aug 10, 2023
1 parent be2301d commit e20b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -1742,7 +1742,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"
Expand Down

0 comments on commit e20b78f

Please sign in to comment.