PsichiX / navmesh

Nav-Mesh path finder for Rust
Other
48 stars 7 forks source link

add bevy feature for NavVec3⟷Vec3 conversion #1

Closed Anshorei closed 3 years ago

PsichiX commented 3 years ago

hi! could you explain to me why you think this change should belong to this crate? from my point of view, including a big and very specific dependency just for the sake of type conversion is undesirable - i could add mint for making general types conversion because mint is made to solve exactly this problem, but neither me nor users would like to pull a whole game engine just because it offers built-in type conversion for that engine.

Anshorei commented 3 years ago

That's why I added it as an optional dependency.

That said if mint offers a more general solution that would be fine too, I had not heard about mint before.

PsichiX commented 3 years ago

great, so i'll add mint and try to upgrade dependencies (they minght be pretty old at this moment)

PsichiX commented 3 years ago

@Anshorei new version with mint integration and deps upgrade has got published, i hope that will work for your bevy plugin :D closing PR :)