From 4eef43f62ba1a3b4226c63d8a1a10e1cfbf7a51d Mon Sep 17 00:00:00 2001 From: Malik Olivier Boussejra Date: Tue, 1 May 2018 11:20:37 +0900 Subject: [PATCH] [cimgui 1.53.1] Add binding to igShowStyleSelector and igShowFontSelector --- imgui-sys/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imgui-sys/src/lib.rs b/imgui-sys/src/lib.rs index 21a3550..654e274 100644 --- a/imgui-sys/src/lib.rs +++ b/imgui-sys/src/lib.rs @@ -954,6 +954,8 @@ extern "C" { pub fn igShowDemoWindow(opened: *mut bool); pub fn igShowMetricsWindow(opened: *mut bool); pub fn igShowStyleEditor(style: *mut ImGuiStyle); + pub fn igShowStyleSelector(label: *const c_char); + pub fn igShowFontSelector(label: *const c_char); pub fn igShowUserGuide(); }