Tetra v0.2.15 Release Notes

Release Date: 2019-04-07 // about 5 years ago
  • ➕ Added

    • Animation, Text and NineSlice now expose more getters and setters, allowing more of their state to be accessed and manipulated after creation.

    🔄 Changed

    • 📚 The way that nalgebra-glm is re-exported has been changed slightly, to make it so we can provide a bit more documentation. This should not have any impact on usage or the public facing API.
    • ⚡️ Updated sdl2 to 0.32.2.
    • ⚡️ Updated nalgebra-glm to 0.4.0.
    • ⚡️ Updated hashbrown to 0.2.0.
    • ⚡️ Updated glyph_brush to 0.4.1.

    ✂ Removed

    • 🚚 The workaround for the issues with rand_core has been removed, as the underlying issue has been fixed. You may need to cargo clean if this causes issues.