mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 06:28:36 +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::layout::*;
|
||||
pub use self::legacy::*;
|
||||
pub use self::list_clipper::ListClipper;
|
||||
pub use self::plothistogram::PlotHistogram;
|
||||
pub use self::plotlines::PlotLines;
|
||||
@ -66,7 +65,6 @@ mod input_widget;
|
||||
pub mod internal;
|
||||
mod io;
|
||||
mod layout;
|
||||
mod legacy;
|
||||
mod list_clipper;
|
||||
mod plothistogram;
|
||||
mod plotlines;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user