mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
[cimgui 1.53.1] Add new Dark and Light styles
This commit is contained in:
parent
e52193be40
commit
4b788d095c
@ -1666,6 +1666,8 @@ extern "C" {
|
||||
// Styles
|
||||
extern "C" {
|
||||
pub fn igStyleColorsClassic(dst: *mut ImGuiStyle);
|
||||
pub fn igStyleColorsDark(dst: *mut ImGuiStyle);
|
||||
pub fn igStyleColorsLight(dst: *mut ImGuiStyle);
|
||||
}
|
||||
|
||||
// Utilities
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user