mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
41c362051c
# Objective - Fixes #11119 ## Solution - Creation of the serialize feature to ui --- ## Changelog ### Changed - Changed all the structs that implement Serialize and Deserialize to only implement when feature is on ## Migration Guide - If you want to use serialize and deserialize with types from bevy_ui, you need to use the feature serialize in your TOML ```toml [dependencies.bevy] features = ["serialize"] ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |