bevy/crates/bevy_derive/src
Iaiao 91c3b210a2 Update derive(DynamicPlugin) to edition 2021 (#3038)
# Objective
Edition 2021 requires `dyn Trait` and it won't compile without `dyn`.

## Solution
Added `dyn`.
2021-10-27 19:48:12 +00:00
..
app_plugin.rs Update derive(DynamicPlugin) to edition 2021 (#3038) 2021-10-27 19:48:12 +00:00
bevy_main.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
bytes.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
enum_variant_meta.rs Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
lib.rs Cleanup FromResources (#2601) 2021-08-13 22:21:34 +00:00
modules.rs Cleanup FromResources (#2601) 2021-08-13 22:21:34 +00:00
render_resource.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resources.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
shader_defs.rs Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00