bevy/crates/bevy_ecs/macros
Yoh Deadfall 04a37f722a Moved events to ECS (#1823)
Fixes #1809. It makes it also possible to use `derive` for `SystemParam` inside ECS and avoid manual implementation. An alternative solution to macro changes is to use `use crate as bevy_ecs;` in `event.rs`.
2021-04-13 20:36:37 +00:00
..
src allow deriving bundle for struct with generics with where clause (#1811) 2021-04-03 23:30:30 +00:00
Cargo.toml Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00