bevy/examples/mobile
ickshonpe 02fa833be1
Rename JustifyText to Justify (#19522)
# Objective

Rename `JustifyText`:

* The name `JustifyText` is just ugly.
* It's inconsistent since no other `bevy_text` types have a `Text-`
suffix, only prefix.
* It's inconsistent with the other text layout enum `Linebreak` which
doesn't have a prefix or suffix.

Fixes #19521.

## Solution

Rename `JustifyText` to `Justify`.

Without other context, it's natural to assume the name `Justify` refers
to text justification.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-09 19:59:48 +00:00
..
android_basic Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
android_example Make the example android app explicitly handle some device config change events to avoid getting the activity destroyed (#18839) 2025-04-26 21:21:50 +00:00
android_example_native Make the example android app explicitly handle some device config change events to avoid getting the activity destroyed (#18839) 2025-04-26 21:21:50 +00:00
bevy_mobile_example.xcodeproj Link iOS example with rustc, and avoid C trampoline (#14780) 2025-03-17 21:14:07 +00:00
ios-src Link iOS example with rustc, and avoid C trampoline (#14780) 2025-03-17 21:14:07 +00:00
src Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
.gitignore Add features to switch NativeActivity and GameActivity usage (#12095) 2024-10-01 22:23:48 +00:00
build_rust_deps.sh Link iOS example with rustc, and avoid C trampoline (#14780) 2025-03-17 21:14:07 +00:00
Cargo.toml Link iOS example with rustc, and avoid C trampoline (#14780) 2025-03-17 21:14:07 +00:00
Makefile Improve selection of iOS device in mobile example (#9282) 2023-10-08 20:57:41 +00:00