1
0
Fork 0
mirror of synced 2024-05-18 19:32:43 +12:00
czkawka/czkawka_gui/src/gui_structs/mod.rs
2022-01-13 15:58:33 +01:00

11 lines
221 B
Rust

mod gui_about;
mod gui_bottom_buttons;
mod gui_compare_images;
pub mod gui_data;
mod gui_header;
pub mod gui_main_notebook;
pub mod gui_popovers;
mod gui_progress_dialog;
pub mod gui_settings;
pub mod gui_upper_notebook;