Add GLFW callbacks (#81)

Closes #80
This commit is contained in:
Alexander Bondarenko
2021-09-01 19:22:55 +03:00
committed by GitHub
parent f49e81c739
commit d3a0396623
3 changed files with 141 additions and 2 deletions

View File

@ -3,6 +3,7 @@
## [1.1.0]
- `imgui` updated to 1.84.2.
- Added GLFW backend callbacks.
## [1.0.2]