jcornaz / heron

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

fix!: Compilation errors for 3d users #125

Closed jcornaz closed 3 years ago

jcornaz commented 3 years ago

Fix #124

heron_rapier no longer exports the rapier as rapier but as either rapier2d or rapier3d (or both) depending on the feature flags.