mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 16:38:28 +00:00
Upgrade cimgui to pull the ImDrawLust->ImDrawList fix
This commit is contained in:
parent
57fad570f9
commit
c39e5d379d
@ -1499,14 +1499,14 @@ extern "C" {
|
||||
col_upr_right: ImU32,
|
||||
col_bot_right: ImU32,
|
||||
col_bot_left: ImU32);
|
||||
pub fn ImDrawLust_AddQuad(list: *mut ImDrawList,
|
||||
pub fn ImDrawList_AddQuad(list: *mut ImDrawList,
|
||||
a: ImVec2,
|
||||
b: ImVec2,
|
||||
c: ImVec2,
|
||||
d: ImVec2,
|
||||
col: ImU32,
|
||||
thickness: c_float);
|
||||
pub fn ImDrawLust_AddQuadFilled(list: *mut ImDrawList,
|
||||
pub fn ImDrawList_AddQuadFilled(list: *mut ImDrawList,
|
||||
a: ImVec2,
|
||||
b: ImVec2,
|
||||
c: ImVec2,
|
||||
|
||||
2
imgui-sys/third-party/cimgui
vendored
2
imgui-sys/third-party/cimgui
vendored
@ -1 +1 @@
|
||||
Subproject commit 3a215a026875594ab5e7cf7e5c1e1c1a15ad84dc
|
||||
Subproject commit 8591a0be7788f34f6792034878622f428aac7f24
|
||||
Loading…
x
Reference in New Issue
Block a user