Weasy666 / bevy_svg

A simple and incomplete SVG drawer for the Bevy engine.
Apache License 2.0
108 stars 26 forks source link

Support for Bevy main / upcoming 0.11 release #32

Closed miketwenty1 closed 1 year ago

miketwenty1 commented 1 year ago

bevy_svg main branch doesn't currently support bevy's main branch.

the trait bound `bevy_svg::SvgPlugin: bevy::prelude::Plugin` is not satisfied
the following other types implement trait `bevy::prelude::Plugin`:

Are there plans of supporting main before 0.11 release?

Weasy666 commented 1 year ago

I haven't tried to keep up with the many changes happening in Bevy, because currently i just don't have the time and energy to chase every change 😅 If the renderer didn't change that much, then you can try and use the [patch] section in your cargo.toml to point bevy to the github repository.