This repository was archived by the owner on Sep 1, 2021. It is now read-only.
Releases: NightShade256/rust-imgui-memory-editor
Releases · NightShade256/rust-imgui-memory-editor
v0.3.0
Changes
-
Getters and Setters of
HighlightColornow take inImColor32due to an
upstream change. -
The crates are now dual-licensed under the terms of MIT or Apache-2.0.
-
Switch to
chlorinefromctyas a provider of system C type aliases. -
Update dependencies and submodules to latest versions.
v0.2.0
Changes
- Changed
get_colsandset_colsto require/return acty::c_intinstead
of ai32.
Additions
- Added getters and setters for all the remaining fields.
The bindings can now be considered "feature complete".
v0.1.0
Initial Release
- Wraps the original widget in a rust-y way.
- Supports getters and setters for most of the fields.