What's Changed
- plutovgConfig.cmake.in: add Threads find_dependency by @luadebug in https://github.com/sammycage/plutovg/pull/66
- Build fixes by @biodranik in https://github.com/sammycage/plutovg/pull/67
- Fixed duplicated macro warning for enabled Unity builds by @biodranik in https://github.com/sammycage/plutovg/pull/68
- Fix assert on haiku by passing valid args to mtx_init. by @memeco...