From b9cd7f2d838ad1a928ff9a284f8335b2fb939b6d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 31 Aug 2017 17:10:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8ee0b1..9e931ca 100644 --- a/README.md +++ b/README.md @@ -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 @@ -22,4 +22,4 @@ Notes: * [DerelictImgui](https://github.com/Extrawurst/DerelictImgui) * [ImGui.NET](https://github.com/mellinoe/ImGui.NET) * [imgui-rs](https://github.com/Gekkio/imgui-rs) -* [imgui-pas](https://github.com/dpethes/imgui-pas) \ No newline at end of file +* [imgui-pas](https://github.com/dpethes/imgui-pas)