Nilirad / bevy_prototype_lyon

Draw 2D shapes in Bevy
Apache License 2.0
702 stars 87 forks source link

Fix test to pass CI #191

Closed Nilirad closed 1 year ago

Nilirad commented 1 year ago

In Bevy, Commands::spawn_bundle has been removed in favor of Commands::spawn. I changed two tests to accomodate for the API change.