diff --git a/Cargo.toml b/Cargo.toml index 560ae5807f43c..f4c6f3f9f9037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1464,7 +1464,7 @@ wasm = true [[example]] name = "ui_scaling" -path = "examples/ui/scaling.rs" +path = "examples/ui/ui_scaling.rs" [package.metadata.example.ui_scaling] name = "UI Scaling" diff --git a/examples/README.md b/examples/README.md index 4e105d66d9ee3..e5e1139785669 100644 --- a/examples/README.md +++ b/examples/README.md @@ -314,7 +314,7 @@ Example | Description [Text Debug](../examples/ui/text_debug.rs) | An example for debugging text layout [Transparency UI](../examples/ui/transparency_ui.rs) | Demonstrates transparency for UI [UI](../examples/ui/ui.rs) | Illustrates various features of Bevy UI -[UI Scaling](../examples/ui/scaling.rs) | Illustrates how to scale the UI +[UI Scaling](../examples/ui/ui_scaling.rs) | Illustrates how to scale the UI ## Window diff --git a/examples/ui/scaling.rs b/examples/ui/ui_scaling.rs similarity index 100% rename from examples/ui/scaling.rs rename to examples/ui/ui_scaling.rs