andriyDev / bevy_landmass

A crate for Bevy to use landmass.
Apache License 2.0
7 stars 1 forks source link

Stop requiring users to depend on landmass. #19

Closed andriyDev closed 2 months ago

andriyDev commented 9 months ago

Right now, to create IslandNavigationMesh, we need to create a landmass::NavigationMesh and a landmass::ValidNavigationMesh. We shouldn't do this. Instead we should either make bevy_landmass wrappers or re-export those symbols.

andriyDev commented 2 months ago

I believe this is solved since we are now re-exporting NavigationMesh and ValidationNavigationMesh.