From db4d307b85094693b9a1f32b48f5c9c4140b98ef Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Mon, 3 Aug 2020 21:52:45 +0200 Subject: [PATCH] Updated readme with current state and next steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.