From 07d6c6897ae63a728619346cf07c96e3c1ae20c3 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Fri, 31 Aug 2018 09:22:43 +0200 Subject: [PATCH] update readme for 1.63 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d08400..bb13147 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generated files are: cimgui.cpp, cimgui.h for C compilation. Also for helping in 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.62 of imgui](https://github.com/ocornut/imgui/tree/v1.62) +* currently this wrapper is based on version [1.63 of imgui] * overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/sonoro1234/cimgui/blob/Branch_v1.62.0/generator/generator.lua#L40). Until the comunity finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/sonoro1234/cimgui/tree/Branch_v1.62.0/generator/generated/overloads.txt) # compilation