jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
292 stars 44 forks source link

How to work with other Bevy versions #278

Closed bit-garden closed 2 years ago

bit-garden commented 2 years ago

The current releases for Bevy are broken for Android. I have a local version with a patch that let's it work, but I am getting errors(ex: PhysicsPlugin does not implement Plugin) which seems to be caused by mixed versions of Bevy.

How would I be able to work with Heron with my patched Bevy?