1
0
Fork 0
forked from wry/wry

autocommit 2022-04-04 14:29:04 CEST

This commit is contained in:
Julian Orth 2022-04-04 14:29:04 +02:00
parent 1f71290dab
commit e897d271af
21 changed files with 278 additions and 127 deletions

View file

@ -47,6 +47,7 @@ mod config;
mod cursor;
mod dbus;
mod drm;
mod edid;
mod event_loop;
mod fixed;
mod forker;
@ -78,7 +79,6 @@ mod wire_xcon;
mod xcon;
mod xkbcommon;
mod xwayland;
mod edid;
fn main() {
cli::main();