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

Commit fd00805

Browse files
[docs] redirect users to imgui-memory-editor.
1 parent 011e564 commit fd00805

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ Safe, Rust bindings to the Dear ImGui memory editor widget, to be used with `img
44

55
## Note
66

7-
Not to be confused with the crate on `crates.io` with the same name.
7+
These bindings were made for personal use, and are limited in use.
88

9-
This crate is a completely different crate from the one on `crates.io` but both
10-
try to achieve the same goal, hence you can use whichever you want.
9+
Please checkout [imgui-memory-editor](https://crates.io/crates/imgui-memory-editor) crate on `crates.io` which is a more
10+
comprehensive set of bindings for the same.
1111

12-
This crate tries to be as similar as possible to the C++ widget, while the one
13-
on `crates.io` has a bit of a different API.
12+
This crate tries to be minimal, and close to the original C++ API.
1413

1514
## Usage
1615

17-
Since the crate is not available on `crates.io`, you cannot directly specify the version
18-
and instead must add the following to your `Cargo.toml`,
16+
Since the crate is not available on `crates.io`, you have to add the following to your `Cargo.toml`,
1917

2018
```toml
2119
[dependencies]

0 commit comments

Comments
 (0)