Update README.md

This commit is contained in:
Stephan Dilly
2017-08-31 17:10:30 +02:00
committed by GitHub
parent 1df319b232
commit b9cd7f2d83

View File

@@ -7,7 +7,7 @@ Most of the functions have wrapper counterparts now, missing stuff is added on a
This library is intended as a intermediate layer to be able to use imgui from other languages that can interface with C (like D - see [D-binding](https://github.com/Extrawurst/DerelictImgui))
Notes:
* currently this wrapper is based on version [1.50 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.50)
* currently this wrapper is based on version [1.51 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.51)
* does not compile with pure C compiler yet (for writing bindings in languages that are able to use C-ABI it is enough though, see D-bindings)
# usage