mirror of
https://github.com/outbackdingo/hyprcosmic-comp.git
synced 2026-08-25 07:10:25 +00:00
7 lines
156 B
Rust
7 lines
156 B
Rust
/// Internal output configurations used by cosmic-comp
|
|
pub mod comp;
|
|
|
|
#[cfg(feature = "randr")]
|
|
/// cosmic-randr style output configurations
|
|
pub mod randr;
|