mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 20:08:31 +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
|
// Styles
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn igStyleColorsClassic(dst: *mut ImGuiStyle);
|
pub fn igStyleColorsClassic(dst: *mut ImGuiStyle);
|
||||||
|
pub fn igStyleColorsDark(dst: *mut ImGuiStyle);
|
||||||
|
pub fn igStyleColorsLight(dst: *mut ImGuiStyle);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Utilities
|
// Utilities
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user