Add support for Mouse Events

This commit is contained in:
Mattias Eriksson 2024-01-30 08:59:19 +01:00 committed by Jeremy Soller
parent 87bc923f0a
commit 8d7d074933
4 changed files with 404 additions and 130 deletions

View file

@ -32,6 +32,7 @@ use tokio::sync::mpsc;
use config::{AppTheme, Config, CONFIG_VERSION};
mod config;
mod mouse_reporter;
use icon_cache::IconCache;
mod icon_cache;