bevy/crates/bevy_ui
IceSentry 546f7fc194
Add some missing pub in ui_node (#9529)
# Objective

- A few of the `const DEFAULT` properties of the grid feature are not
marked as pub. This is an issue because it means you can't have a
`const` `Style` declaration anymore. Most of the existing properties are
already pub.

## Solution

- add the missing pub
2023-08-22 12:22:47 +00:00
..
src Add some missing pub in ui_node (#9529) 2023-08-22 12:22:47 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00