From 3f0014b569d7f335d108558241ada4de0c884f5f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 27 Dec 2017 16:25:11 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ecda0b..8dfe2db 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.52 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.52) +* currently this wrapper is based on version [1.53 of imgui](https://github.com/ocornut/imgui/releases/tag/v1.53) * 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