Added some simple colorscheme setters

These don't properly expose the implot style yet in a way that is
consistent with imgui-rs' handling of styles. This is to be added
later.
This commit is contained in:
4bb4 2020-11-29 19:21:12 +01:00
parent d02f25fb32
commit af760648b6
2 changed files with 36 additions and 1 deletions

View file

@ -1,4 +1,3 @@
use imgui::{im_str, Condition, Window};
use implot::Context;