From 641370ea22b191685f1e1d7d783de9aa446093a3 Mon Sep 17 00:00:00 2001 From: dbr Date: Tue, 11 Jan 2022 18:56:02 +1100 Subject: [PATCH] Update updating-imgui docs --- docs/upgrading-imgui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading-imgui.md b/docs/upgrading-imgui.md index c707a1e..f8ea5c1 100644 --- a/docs/upgrading-imgui.md +++ b/docs/upgrading-imgui.md @@ -21,7 +21,7 @@ In short, there are a few steps: We trim some of the "unrequired" parts of imgui, such as it's `.github` directory, the `backends` and `docs`. We are mainly just interested in the main `.cpp` and `.h` files, as well as `misc/freetype/` support files. - Note this step could benefit from some automation (maybe `cargo xtask update-imgui 1.99`) + There's a simple shell script to perform the updates at `imgui-sys/third-party/update-imgui.sh` - this also serves as documentation of what revision was used. 2. Ensure `luajit` is installed, as this is required by cimgui's generator.