eww/src/config/mod.rs
2021-07-20 19:19:43 +02:00

13 lines
287 B
Rust

pub mod attributes;
pub mod backend_window_options;
mod config;
pub mod config_parse_error;
pub mod script_var_definition;
#[cfg(test)]
mod test;
pub mod validate;
pub mod var_definition;
pub mod widget_definition;
pub mod widget_use;
pub mod window_definition;
pub mod window_geometry;