diff --git a/Cargo.toml b/Cargo.toml index 8045967ad1756b..9d84500fd8d530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/examples/README.md b/examples/README.md index dd05fe9042a757..7fe0929b7d570e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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