Updated README

This commit is contained in:
4bb4 2020-12-12 12:56:28 +01:00
parent 51df275b4c
commit 5d82bba3d6

View file

@ -4,7 +4,7 @@
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).
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). [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. The status section below provides detailed information on implementation status.
@ -65,13 +65,13 @@ created for 64-bit floats.
- [x] Vertical - [x] Vertical
- [x] Horizontal - [x] Horizontal
- [x] Stairs plot - [x] Stairs plot
- [x] Heatmap
- [ ] Shaded plot - [ ] Shaded plot
- [ ] Stem plots - [ ] Stem plots
- [ ] Images - [ ] Images
- [ ] Error bar plot - [ ] Error bar plot
- [ ] Vertical - [ ] Vertical
- [ ] Horizontal - [ ] Horizontal
- [ ] Heatmap
- [ ] Pie chart - [ ] Pie chart
- [ ] Digital data - [ ] Digital data
- [ ] Annotations - [ ] Annotations