bevy/crates/bevy_reflect/bevy_reflect_derive/src
Nathan Ward b07db8462f Bevy derives handling generics in impl definitions. (#2044)
Fixes #2037 (and then some)

Problem:
- `TypeUuid`, `RenderResource`, and `Bytes` derive macros did not properly handle generic structs. 

Solution:
- Rework the derive macro implementations to handle the generics.
2021-05-01 02:57:20 +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 Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00