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 |
|
bjorn3
|
3af3334cfe
|
Various cleanups (#2046)
This includes a few safety improvements and a variety of other cleanups. See the individual commits.
|
2021-05-01 20:07:06 +00:00 |
|
Carter Anderson
|
f963cd41dc
|
app: rename AppPlugin to Plugin
|
2020-08-07 20:22:17 -07:00 |
|
Carter Anderson
|
70e9892e00
|
remove bevy_derive from bevy crate and export derives from specific crates
|
2020-06-07 12:22:16 -07:00 |
|
Carter Anderson
|
6eea96366d
|
cargo fmt
|
2020-06-03 20:08:20 -07:00 |
|
Carter Anderson
|
8c196139d4
|
derive: break up derive crate into modules
|
2020-06-03 13:04:09 -07:00 |
|