7 lines
85 B
Rust
7 lines
85 B
Rust
mod keycodes;
|
|
mod window_event;
|
|
mod xcb;
|
|
mod xlib;
|
|
|
|
pub trait WindowServerBackend {}
|