What's Changed
- Update to automatic generation of native binding by @dcronqvist in #3
- Includes a few breaking changes to certain APIs (semver gods, don't kill me)
Hint
(window hints) ->WindowHint
- Several functions in
NativeGlfw
have changed from having (automatically marshalled at runtime) parameters such as strings to rawIntPtr
to allow for manual compile-time marshalling. - Custom runtime lookup of .dll/.dylib/.so to not rely on runtime's way to lookup library.
Full Changelog: v1.1.0...v1.2.0