What's Changed
- Add support for custom meshing by @splashdust in #46
- Apply fix for macOS crash in multiple_worlds example by @balp in #49
- Bump futures-lite from 2.5.0 to 2.6.0 by @dependabot in #50
Breaking Changes:
type ChunkUserBundle
now needs to be implemented forVoxelWorldConfig
:
impl VoxelWorldConfig for MainWorld {
type MaterialIndex = u8;
type ChunkUserBundle = ();
...
}
New Contributors
Full Changelog: 0.10.2...0.11.0