From ef9531dfd9b4d180c507c3fc29f32f28458f72dc Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:56:34 +0200 Subject: [PATCH] Updated README to mention crates.io --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9c9cc73..c2d342e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ 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). +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)