Nilirad / bevy_prototype_lyon

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

Heron 2d debug2d feature conflict #166

Closed jakyle closed 2 years ago

jakyle commented 2 years ago

very simillar to the bevy_conosole issue #126 , when using Heron 2dDebug feature flag, there is a conflict with a shapes stage

thread 'main' panicked at 'Stage already exists: Shape.',

this conflict occurs with Heron 3.0

Nilirad commented 2 years ago

This has been solved on the master branch by #163. I'll release a new version when Bevy 0.8 comes out.