diff --git a/README.md b/README.md index 936da45..174402f 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ 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.