mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 15:08:36 +00:00
Run rustfmt on src folder
This commit is contained in:
parent
6314e72b9e
commit
03dda90a78
@ -43,8 +43,8 @@ pub use self::widget::menu::*;
|
||||
pub use self::widget::progress_bar::*;
|
||||
pub use self::widget::selectable::*;
|
||||
pub use self::widget::slider::*;
|
||||
pub use self::widget::tree::*;
|
||||
pub use self::widget::tab::*;
|
||||
pub use self::widget::tree::*;
|
||||
pub use self::window::child_window::*;
|
||||
pub use self::window::*;
|
||||
pub use self::window_draw_list::{ChannelsSplit, ImColor, WindowDrawList};
|
||||
|
||||
@ -6,6 +6,6 @@ pub mod misc;
|
||||
pub mod progress_bar;
|
||||
pub mod selectable;
|
||||
pub mod slider;
|
||||
pub mod tab;
|
||||
pub mod text;
|
||||
pub mod tree;
|
||||
pub mod tab;
|
||||
Loading…
x
Reference in New Issue
Block a user