bevy/crates/bevy_reflect/bevy_reflect_derive/src
Nathan Ward 071965996b revert supporting generics for deriving TypeUuid (#2204)
This reverts some of the changes made in #2044 as supporting generics for a `#[derive(TypeUuid)]` should not work as each generic instantiation would have the same uuid.

Stems from [this conversation](https://github.com/bevyengine/bevy/pull/2044#issuecomment-841743135)
2021-05-17 20:28:50 +00:00
..
lib.rs Make Reflect impls unsafe (Reflect::any must return self) (#1679) 2021-03-17 22:46:46 +00:00
modules.rs bevy_reflect incorrectly looks for bevy in dev-deps (#1182) 2021-01-03 11:28:00 -08:00
reflect_trait.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
type_uuid.rs revert supporting generics for deriving TypeUuid (#2204) 2021-05-17 20:28:50 +00:00