bevy/crates/bevy_internal
amiani bf6c457553 add serialize feature to bevy_transform (#6379)
# Objective
Fixes #6378 
`bevy_transform` is missing a feature corresponding to the `serialize` feature on the `bevy` crate.

## Solution

Adds a `serialize` feature to `bevy_transform`.
Derives `serde::Serialize` and `Deserialize` when feature is enabled.
2022-10-31 16:12:15 +00:00
..
src Use plugin setup for resource only used at setup time (#6360) 2022-10-25 22:19:34 +00:00
Cargo.toml add serialize feature to bevy_transform (#6379) 2022-10-31 16:12:15 +00:00