mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
87d4c6380d
# Objective `bevy_core` is missing a feature corresponding to the `serialize` feature on the `bevy` crate. Similar to #6378 and https://github.com/bevyengine/bevy/pull/6379 to serialize `Name` easily. ## Solution Add this feature and hand-written serialization for `Name` (to avoid storing `hash` field). --- ## Changelog ### Added * `Serialize` and `Deserialize` derives for `Name` under `serialize` feature. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |