Sander Mertens/flecs: Release v2.3.1
Name: flecs
Owner: Sander Mertens
Release: Flecs 2.3.1
Released: 2021-01-31
License: NOASSERTION
Release Assets:
This version contains the following improvements:
- Improved lerp example
- Added OS API example C++ (thanks @mcmlevi!)
- Upgraded cmake buildfiles (thanks @rawbby!)
- Clarified text in README describing API/ABI stability
This version contains the following bugfixes:
- Fix crash when using overlapping UnSet systems
- Fix issue with passing incorrect row to UnSet systems
- Added .hpp files to cmake install
- Fixed issue with using
get_mut
with traits