mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 21:38:34 +00:00
Finally, remove legacy.rs
Any use of imgui::ImGuiTreeNodeFlags should be updated to imgui::TreeNodeFlags
This commit is contained in:
parent
f72e78ddf4
commit
b3a50e6928
@ -1,4 +0,0 @@
|
|||||||
#![allow(non_upper_case_globals)]
|
|
||||||
use crate::widget::tree::TreeNodeFlags;
|
|
||||||
|
|
||||||
pub type ImGuiTreeNodeFlags = TreeNodeFlags;
|
|
||||||
@ -25,7 +25,6 @@ pub use self::input_widget::{
|
|||||||
};
|
};
|
||||||
pub use self::io::*;
|
pub use self::io::*;
|
||||||
pub use self::layout::*;
|
pub use self::layout::*;
|
||||||
pub use self::legacy::*;
|
|
||||||
pub use self::list_clipper::ListClipper;
|
pub use self::list_clipper::ListClipper;
|
||||||
pub use self::plothistogram::PlotHistogram;
|
pub use self::plothistogram::PlotHistogram;
|
||||||
pub use self::plotlines::PlotLines;
|
pub use self::plotlines::PlotLines;
|
||||||
@ -66,7 +65,6 @@ mod input_widget;
|
|||||||
pub mod internal;
|
pub mod internal;
|
||||||
mod io;
|
mod io;
|
||||||
mod layout;
|
mod layout;
|
||||||
mod legacy;
|
|
||||||
mod list_clipper;
|
mod list_clipper;
|
||||||
mod plothistogram;
|
mod plothistogram;
|
||||||
mod plotlines;
|
mod plotlines;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user