Add ImGuiIO basics (#107)

This commit is contained in:
Alexander Bondarenko
2021-10-04 20:29:32 +03:00
committed by GitHub
parent 8db9ddec2f
commit 21ce5cabd8
3 changed files with 131 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog for dear-imgui
## [1.2.1]
- Added `DearImGui.Raw.IO` with attribute setters.
## [1.2.0]
- Fixed `nullPtr` in place of default arguments.