code cleanup

This commit is contained in:
maxstrb 2026-02-27 00:16:32 +01:00
parent b0dd7b0004
commit 2abbacf66e
9 changed files with 827 additions and 554 deletions

View file

@ -5,10 +5,10 @@ edition = "2024"
[dependencies]
cxx = "1.0.194"
dark-light = "2.0.0"
iced = { version = "0.14.0", default-features = false, features = ["wgpu", "wayland", "tokio"] }
iced_layershell = "0.15.0"
winit = { version = "0.30.12", features = ["wayland"] }
iced_layershell = { version = "0.15.0", default-features = false }
winit = { version = "0.30.12", default-features = false, features = ["wayland"] }
[build-dependencies]
cxx-build = "1.0"