mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 20:38:36 +00:00
Remove unneeded re-export
Not needed as dock_space only adds thing to Ui
This commit is contained in:
parent
c7ef976fb4
commit
b74f4eb8eb
@ -10,8 +10,6 @@ use std::os::raw::c_char;
|
|||||||
pub use self::clipboard::*;
|
pub use self::clipboard::*;
|
||||||
pub use self::color::ImColor32;
|
pub use self::color::ImColor32;
|
||||||
pub use self::context::*;
|
pub use self::context::*;
|
||||||
#[cfg(feature = "docking")]
|
|
||||||
pub use self::dock_space::*;
|
|
||||||
pub use self::drag_drop::{DragDropFlags, DragDropSource, DragDropTarget};
|
pub use self::drag_drop::{DragDropFlags, DragDropSource, DragDropTarget};
|
||||||
pub use self::draw_list::{ChannelsSplit, DrawListMut};
|
pub use self::draw_list::{ChannelsSplit, DrawListMut};
|
||||||
pub use self::fonts::atlas::*;
|
pub use self::fonts::atlas::*;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user