From 5f15425a02694520e1915a6268724850f631442a Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Tue, 17 Mar 2020 12:28:26 +0100 Subject: [PATCH] README.md update for IMGUI_HAS_DOCK --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2aeb860..00a8232 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Notes: * edit config_generator.lua for adding includes needed by your chosen implementations. * Run generator.bat or generator.sh with gcc, clang or cl and LuaJIT on your PATH. * as a result some files are generated: `cimgui.cpp` and `cimgui.h` for compiling and some lua/json files with information about the binding: `definitions.json` with function info, `structs_and_enums.json` with struct and enum info, `impl_definitions.json` with functions from the implementations info. -* If you are generating bindings for the [docking](https://github.com/ocornut/imgui/tree/docking) branch of imgui, you must define the `IMGUI_DOCKING` constant in CMakeLists.txt. This includes extra custom definitions that are needed for some functionality on the docking branch. # generate binding * C interface is exposed by cimgui.h when you define CIMGUI_DEFINE_ENUMS_AND_STRUCTS