imgui-rs v0.0.22 Release Notes

Release Date: 2019-03-05 // about 5 years ago
  • ➕ Added

    • Ui::with_test_wrap_pos
    • Ui::get_content_region_max
    • Ui::get_window_content_region_min
    • Ui::get_window_content_region_max

    🔄 Changed

    • ⚡️ Upgrade to cimgui 1.66.2+ / imgui 1.66b. This is a very big update, so there
      are a lot of breaking changes

    • ⬆️ Bump minimum Rust version to 1.31 (1.28 required by the glutin crate, and
      1.31 required by the stb_truetype crate)
    • ⬆️ Upgrade to glium 0.23
    • 👍 Replaced imgui-glutin-support with imgui-winit-support