Upgrade to imgui 1.66b

This commit is contained in:
Joonas Javanainen 2018-12-04 20:13:49 +02:00
parent 0440752e0b
commit 44db8d81e6
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
5 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
Minimum Rust version: 1.26
Wrapped Dear ImGui version: 1.66
Wrapped Dear ImGui version: 1.66b
[![Build Status](https://travis-ci.org/Gekkio/imgui-rs.svg?branch=master)](https://travis-ci.org/Gekkio/imgui-rs)
[![Latest release on crates.io](https://meritbadge.herokuapp.com/imgui)](https://crates.io/crates/imgui)

View File

@ -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);

View File

@ -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)>,

@ -1 +1 @@
Subproject commit 204f2828bb81857ffa4b9e2dbc360eabbb7cbd25
Subproject commit 67f3b097a5090dd074be959fb9c794bd75096a1c