Closed olegomon closed 1 year ago
As of today Bevy is 2 open issues behind the 0.9 milestone. See: https://github.com/bevyengine/bevy/milestone/7 and this crate should support it asap ;)
Bevy Migration
remove deprecated API usage of spawn_bundle() and use spawn() instead
spawn_bundle()
spawn()
Requesting to close this issue, crate has since been updated to version 0.10 :).
As of today Bevy is 2 open issues behind the 0.9 milestone. See: https://github.com/bevyengine/bevy/milestone/7 and this crate should support it asap ;)
Bevy Migration
remove deprecated API usage of
spawn_bundle()
and usespawn()
instead