bevy/crates/bevy_core/src
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
..
lib.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
name.rs add ReflectAsset and ReflectHandle (#5923) 2022-10-28 20:42:33 +00:00
serde.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
task_pool_options.rs Use plugin setup for resource only used at setup time (#6360) 2022-10-25 22:19:34 +00:00