imgui-rs v0.0.21 Release Notes

Release Date: 2018-10-12 // over 5 years ago
  • โž• Added

    • ImGui::mouse_down
    • ImGui::key_super
    • Ui::get_window_pos
    • Ui::is_window_focused
    • Ui::is_root_window_focused
    • Ui::is_child_window_focused
    • ๐Ÿ’ป Ui::popup_modal
    • ๐Ÿ‘ imgui-glutin-support crate
    • ๐Ÿ‘Œ Support for custom textures

    ๐Ÿ›  Fixed

    • Possible crash if rendering was skipped during a frame

    ๐Ÿ”„ Changed

    • Bump minimum Rust version to 1.26 (required by the parking_lot_core crate)