bevy/crates/bevy_core
Hennadii Chernyshchyk 87d4c6380d Add serialize feature to bevy_core (#6423)
# 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.
2022-10-31 21:20:57 +00:00
..
src Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
Cargo.toml Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00