mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
755917fe4b
# Objective - Implement common traits on primitives ## Solution - Derive PartialEq on types that were missing it. - Derive Copy on small types that were missing it. - Derive Serialize/Deserialize if the feature on bevy_math is enabled. - Add a lot of cursed stuff to the bevy_reflect `impls` module. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |