ethereumdegen / bevy_mesh_terrain

MIT License
39 stars 5 forks source link

bevy 0.14 support #22

Closed knutsoned closed 2 weeks ago

knutsoned commented 2 weeks ago

I updated bevy to 0.14 and generally relaxed the specific versions requested for various deps in Cargo.toml. I also replaced the physics engine with avian3d, which is the new branding for xpbd. When I run the basic example, there is an error about bevy_render not supporting Tga. If this can be fixed, at least this library has an otherwise straightforward upgrade path.