imgui: Make ChannelsSplit struct visible outside the crate

This commit is contained in:
Malik Olivier Boussejra 2018-04-15 17:43:13 +09:00
parent 29b0d20fc1
commit 734292fdab

View File

@ -27,7 +27,7 @@ pub use string::{ImStr, ImString};
pub use style::StyleVar;
pub use trees::{CollapsingHeader, TreeNode};
pub use window::Window;
pub use window_draw_list::{ImColor, WindowDrawList};
pub use window_draw_list::{ImColor, WindowDrawList, ChannelsSplit};
mod child_frame;
mod color_editors;