wip use calloop event loop

This commit is contained in:
Ashley Wulber 2022-06-20 13:15:12 -04:00
parent 41e48565a6
commit 6657cd514b
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
6 changed files with 245 additions and 17 deletions

View file

@ -17,6 +17,7 @@ use window::CosmicWorkspacesWindow;
mod localize;
mod utils;
mod wayland;
mod wayland_source;
mod window;
mod workspace_button;
mod workspace_list;