Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@splashdust splashdust released this 13 Jan 22:00
· 1 commit to main since this release
04d078d

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 for VoxelWorldConfig:
impl VoxelWorldConfig for MainWorld {
    type MaterialIndex = u8;
    type ChunkUserBundle = ();
    ...
}

New Contributors

  • @balp made their first contribution in #49

Full Changelog: 0.10.2...0.11.0