glfw3 1.2.1
glfw3: ^1.2.1 copied to clipboard
A Dart library for accessing common glfw 3.3.9 APIs using, FFI.
1.2.1 #
- [update] Removed deprecated
elementAt. (Require Dart 3.3.0) - [update] Support ffi ^2.1.2.
1.2.0 #
- [update] Support glfw version 3.3.9.
- [update] Support dart version 3.
- [update] Revised static library references for each platform.
1.1.2 #
- [update] Rewrite a pointer to be non-nullable.
1.1.1 #
- [update] Functions and structs follow lint rules.
1.1.0 #
- [update] Support glfw version 3.3.8.
- [update] Support multi platform.
1.0.0 #
- [add] Initial.