Updated README to mention crates.io
This commit is contained in:
parent
2efc464cb1
commit
ef9531dfd9
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running
|
Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running
|
||||||
[bindgen](https://github.com/rust-lang/rust-bindgen) on [cimplot](https://github.com/cimgui/cimplot).
|
[bindgen](https://github.com/rust-lang/rust-bindgen) on [cimplot](https://github.com/cimgui/cimplot).
|
||||||
|
Currently not released on crates.io yet due to a dependency on an unreleased version of `imgui-rs`.
|
||||||
|
One can still use it as a dependency directly from Git if desired, for example using the line
|
||||||
|
```
|
||||||
|
implot = { git = "https://github.com/4bb4/implot-rs/", rev = "your_favourite_commit" }
|
||||||
|
```
|
||||||
|
|
||||||
![demo](demo.png)
|
![demo](demo.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue