From 5d82bba3d6156bd7732c2c5dd4436763ac5b79a9 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Sat, 12 Dec 2020 12:56:28 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a6ded1..1ccc593 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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). -The bindings are currently based on ImPlot version 0.8-WIP (see +The bindings are currently based on ImPlot version 0.9-WIP (see [implot-sys/third-party](implot-sys/third-party) for the exact commit currently pointed to). The status section below provides detailed information on implementation status. @@ -65,13 +65,13 @@ created for 64-bit floats. - [x] Vertical - [x] Horizontal - [x] Stairs plot + - [x] Heatmap - [ ] Shaded plot - [ ] Stem plots - [ ] Images - [ ] Error bar plot - [ ] Vertical - [ ] Horizontal - - [ ] Heatmap - [ ] Pie chart - [ ] Digital data - [ ] Annotations