mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Fix gamepad viewer being marked as a non-wasm example (#9399)
# Objective This example stopped being built for the website after the example-building was reworked in (https://github.com/bevyengine/bevy-website/issues/720 + #9168). This seems to have just been a mistake when defining this particular example's metadata. See https://github.com/bevyengine/bevy-website/issues/726 ## Solution Update its metadata to indicate that it works with wasm.
This commit is contained in:
parent
c1a5428f8e
commit
e87d3cccbe
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue