1 unstable release
0.6.0 | Feb 10, 2023 |
---|
#20 in #azalea
73 downloads per month
7KB
102 lines
Re-export important parts of bevy_ecs
and bevy_app
and make them
more compatible with Azalea.
This is completely compatible with bevy_ecs
, so it won't cause issues if
you use plugins meant for Bevy.
Changes:
- Add
TickPlugin
,TickStage
andAppTickExt
(which addsapp.add_tick_system
andapp.add_tick_system_set
). - Change the macros to use azalea/azalea_ecs instead of bevy/bevy_ecs
- Rename
world::World
toecs::Ecs
- Re-export
bevy_app
in the [app
] module.
Dependencies
~8–17MB
~204K SLoC