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
android_example_native
bevy_mobile_example.xcodeproj
ios-src
src Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
.gitignore
build_rust_deps.sh
Cargo.toml
Makefile