ableos/ableos/src/experiments/y_compositor/compositor.rs

8 lines
95 B
Rust

pub struct Compositor {}
impl Compositor {
pub fn new() -> Self {
Self {}
}
}