Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Sep 23, 2022
1 parent f375a6d commit 285947e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ wasm = true

[[example]]
name = "gamepad_viewer"
path = "examples/input/gamepad_viewer.rs"
path = "examples/tools/gamepad_viewer.rs"

[package.metadata.example.gamepad_viewer]
name = "Gamepad Viewer"
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Example | Description

Example | Description
--- | ---
[Gamepad Viewer](../examples/input/gamepad_viewer.rs) | Shows a visualization of gamepad buttons, sticks, and triggers
[Gamepad Viewer](../examples/tools/gamepad_viewer.rs) | Shows a visualization of gamepad buttons, sticks, and triggers
[Scene Viewer](../examples/tools/scene_viewer.rs) | A simple way to view glTF models with Bevy. Just run `cargo run --release --example scene_viewer /path/to/model.gltf#Scene0`, replacing the path as appropriate. With no arguments it will load the FieldHelmet glTF model from the repository assets subdirectory

## Transforms
Expand Down

0 comments on commit 285947e

Please sign in to comment.