bevy/crates/bevy_render/src/mesh
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
..
shape add Debug, Copy, Clone for all shapes (#1653) 2021-03-14 12:45:00 -07:00
mesh.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
mod.rs Add box shape (#883) 2020-11-21 14:51:24 -08:00