mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Upgrade to imgui 1.66b
This commit is contained in:
parent
0440752e0b
commit
44db8d81e6
@ -8,7 +8,7 @@
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to cimgui 1.66.2 / imgui 1.66. **This is a very big update, so there
|
||||
- Upgrade to cimgui 1.66.2+ / imgui 1.66b. **This is a very big update, so there
|
||||
are a lot of breaking changes**
|
||||
|
||||
## [0.0.21] - 2018-10-11
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Minimum Rust version: 1.26
|
||||
|
||||
Wrapped Dear ImGui version: 1.66
|
||||
Wrapped Dear ImGui version: 1.66b
|
||||
|
||||
[](https://travis-ci.org/Gekkio/imgui-rs)
|
||||
[](https://crates.io/crates/imgui)
|
||||
|
||||
@ -187,6 +187,7 @@ extern "C" {
|
||||
|
||||
// Demo, Debug, Information
|
||||
extern "C" {
|
||||
pub fn igShowAboutWindow(opened: *mut bool);
|
||||
pub fn igShowDemoWindow(opened: *mut bool);
|
||||
pub fn igShowMetricsWindow(opened: *mut bool);
|
||||
pub fn igShowStyleEditor(style: *mut ImGuiStyle);
|
||||
|
||||
@ -237,6 +237,8 @@ pub struct ImGuiIO {
|
||||
pub config_mac_osx_behaviors: bool,
|
||||
pub config_input_text_cursor_blink: bool,
|
||||
pub config_resize_windows_from_edges: bool,
|
||||
pub backend_platform_name: *const c_char,
|
||||
pub backend_renderer_name: *const c_char,
|
||||
|
||||
pub get_clipboard_text_fn: Option<extern "C" fn(user_data: *mut c_void) -> *const c_char>,
|
||||
pub set_clipboard_text_fn: Option<extern "C" fn(user_data: *mut c_void, text: *const c_char)>,
|
||||
|
||||
2
imgui-sys/third-party/cimgui
vendored
2
imgui-sys/third-party/cimgui
vendored
@ -1 +1 @@
|
||||
Subproject commit 204f2828bb81857ffa4b9e2dbc360eabbb7cbd25
|
||||
Subproject commit 67f3b097a5090dd074be959fb9c794bd75096a1c
|
||||
Loading…
x
Reference in New Issue
Block a user