bevy/crates/bevy_ui
pablo-lua ca873e767f
Implement serialize and deserialize for some UI types (#10044)
# Objective

- Add serde Deserialize and Serialize for structs that doesn't implement
it, even if they could benefit from it

## Solution

- Derive these traits for the structs Style, BackgroundColor,
BorderColor and Outline.

---
2023-10-10 18:52:48 +00:00
..
src Implement serialize and deserialize for some UI types (#10044) 2023-10-10 18:52:48 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00