Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Releases: NightShade256/rust-imgui-memory-editor

v0.3.0

06 Feb 18:37
fcd5237
Compare
Choose a tag to compare

Changes

  • Getters and Setters of HighlightColor now take in ImColor32 due to an
    upstream change.

  • The crates are now dual-licensed under the terms of MIT or Apache-2.0.

  • Switch to chlorine from cty as a provider of system C type aliases.

  • Update dependencies and submodules to latest versions.

v0.2.0

14 Jan 20:04
ca6bf7e
Compare
Choose a tag to compare

Changes

  • Changed get_cols and set_cols to require/return a cty::c_int instead
    of a i32.

Additions

  • Added getters and setters for all the remaining fields.
    The bindings can now be considered "feature complete".

v0.1.0

12 Jan 09:17
Compare
Choose a tag to compare

Initial Release

  • Wraps the original widget in a rust-y way.
  • Supports getters and setters for most of the fields.