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

Commit ef18ef3

Browse files
committed
[wrapper] prepare for initial release.
1 parent aad341d commit ef18ef3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All changes to the crate will be documented here.
4+
5+
## 0.1.0
6+
7+
Initial Release
8+
9+
* Wraps the original widget in a rust-y way.
10+
* Supports getters and setters for most of the fields.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Safe Rust bindings to the Dear ImGui memory editor widget, to be used with `imgu
55
## Note
66

77
This crate is *not* published on `crates.io` since there is already
8-
a crate which implements bindings to the widget with the same name.
8+
a crate on `crates.io` which implements bindings to the widget with the same name.
99

1010
The crate on `crates.io` is outdated, and has a totally different API while
1111
this crate tries to stay close to the original widget's API.
@@ -19,6 +19,9 @@ You can use this crate by adding the following in your `Cargo.toml`
1919
imgui-memory-editor = { git = "https://github.com/NightShade256/rust-imgui-memory-editor" }
2020
```
2121

22+
The `master` branch will only be pushed on a new release, and further work will
23+
occur in the `development` branch.
24+
2225
## Documentation
2326

2427
You can access the docs for this crate [here](https://nightshade256.github.io/rust-imgui-memory-editor/imgui_memory_editor/index.html).

0 commit comments

Comments
 (0)