bevy/crates
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
..
bevy_app add a span for frames (#2053) 2021-04-30 02:08:49 +00:00
bevy_asset gltf: load textures asynchronously using io task pool (#1767) 2021-04-30 20:12:50 +00:00
bevy_audio Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_core Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_derive Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00
bevy_diagnostic Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00
bevy_dylib Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00
bevy_dynamic_plugin Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00
bevy_ecs Implement Debug for Res and ResMut (#2050) 2021-05-01 02:32:32 +00:00
bevy_gilrs Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00
bevy_gltf gltf: load textures asynchronously using io task pool (#1767) 2021-04-30 20:12:50 +00:00
bevy_input Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_internal Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_log Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_math Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_pbr Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_reflect Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00
bevy_render Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00
bevy_scene Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_sprite Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_tasks Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_text Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_transform Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_ui Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
bevy_utils EnumVariantMeta derive (#1972) 2021-04-21 23:46:54 +00:00
bevy_wgpu Automatic System Spans (#2033) 2021-04-28 18:41:16 +00:00
bevy_window Adds an alias mouse position -> cursor position (#2038) 2021-04-28 21:26:47 +00:00
bevy_winit Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00