try try try

This commit is contained in:
nora 2025-09-17 21:49:14 +02:00
parent ea487d598c
commit 0df0d40f7c
3 changed files with 234 additions and 28 deletions

View file

@ -9,7 +9,9 @@ dirs = "6.0.0"
eframe = "0.32.2"
egui_extras = { version = "0.32.2", features = ["image"] }
eyre = "0.6.12"
rustix = "1.1.2"
serde = "1.0.219"
tokio = { version = "1.47.1", features = ["full", "sync"] }
tracing = { version = "0.1.41", features = ["attributes"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
wayland-client = "0.31.11"