Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@dcronqvist dcronqvist released this 17 Jul 21:11
ce625b7

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 raw IntPtr 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