Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Release notes

This release updates micro_ldtk to support Bevy v0.10. LDTK Project data is also directly included in the library, based on quicktype definitions with Clone, Serialize and Deserialize derives baked in. Feature flags control which version of the LDTK definitions should be used.

Added

  • Vendor LDTK data structure
  • Feature flag based configurable LDTK version support from 1.0.0 to 1.2.5
  • Direct conversion to micro_autotile's Autotile format

Changed

  • Updated to Bevy 0.10
  • MapQuery only uses the `world lifetime
  • Project struct is now directly a Bevy asset, is not wrapped
  • LDTKProject is now a type alias for Project

Removed

  • External ldtk dependency