bevy/crates/bevy_core
Christopher Durham f0218b9b2b Move primitive type registration into bevy_reflect (#4844)
# Objective

- Users of bevy_reflect probably always want primitive types registered.

## Solution

- Register them by default.

---

This is a minor incremental change along the path of [removing catch-all functionality from bevy_core](https://github.com/bevyengine/bevy/issues/2931).
2022-06-03 20:28:44 +00:00
..
src Move primitive type registration into bevy_reflect (#4844) 2022-06-03 20:28:44 +00:00
Cargo.toml Remove some unused dependencies (#4544) 2022-04-20 11:46:34 +00:00