Works with egui

This commit is contained in:
Ultradesu
2025-07-22 13:44:39 +03:00
parent a3a96eebce
commit 8b920596e5
11 changed files with 88 additions and 48 deletions

View File

@@ -1,3 +1,4 @@
use eframe::egui;
use log::{debug, error, info};
use notify::RecursiveMode;
use notify_debouncer_mini::{new_debouncer, DebounceEventResult};