TheGrimsey / oxidized_navigation

A runtime Nav-Mesh generation plugin for Bevy Engine in Rust.
Apache License 2.0
169 stars 12 forks source link

Fix building with `rapier` and `debug_draw` features #19

Closed JohnTheCoolingFan closed 8 months ago

JohnTheCoolingFan commented 9 months ago

bevy_render feature of bevy is now enabled for these features to fix an error when building. Will also fix the docs.rs build.

Side note: please specify docs.rs as the documentation page in the Cargo.toml, it would make it much easier for people to find it.

TheGrimsey commented 8 months ago

Superseded by version 0.8.1