ethereumdegen / bevy_mesh_terrain

MIT License
47 stars 7 forks source link

Paths instead of str #19

Closed EmiOnGit closed 5 months ago

EmiOnGit commented 6 months ago

Strings as paths is not great if you're targeting multiple OSes. Better use Path. Since &str implements AsRef<Path> this shouldn't reduce useability