Updated readme with current state and next steps

This commit is contained in:
4bb4 2020-08-03 21:52:45 +02:00
parent 0f11df5989
commit db4d307b85

View file

@ -5,3 +5,6 @@
Initial attempt at creating Rust bindings for https://github.com/epezent/implot. Initial attempt at creating Rust bindings for https://github.com/epezent/implot.
At this point, raw bindings are working in implot-sys, and there is a test example
(just an adapted version of imgui-rs' example) that calls into them for trying things
out. More idiomatic bindings will be built next.