Fixed
- Out-of-bounds memory access on empty input (thanks musicinmybrain).
- Missing import in earcut.hpp (thanks Groctel).
- `__version__` attribute stringification.
Earcut.hpp changelog
master
- Fixed a bunch of rare edge cases that led to bad triangulation (parity with Earcut v2.2.2)
- Removed use of deprecated `std::allocator::construct`
- Fixed a minor z-order hashing bug
- Improved visualization app, better docs