mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 17:07:47 +00:00
b6a9d8eba7
# Objective Inconvenient initialization of `UiScale` ## Solution Change `UiScale` to a tuple struct ## Migration Guide Replace initialization of `UiScale` like ```UiScale { scale: 1.0 }``` with ```UiScale(1.0)``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |