spawn on color

This commit is contained in:
nora 2025-12-29 02:03:29 +01:00
parent aea9055b2f
commit 1943eec7c5
4 changed files with 1362 additions and 17 deletions

View file

@ -6,10 +6,16 @@ edition = "2024"
[dependencies]
env_logger = "0.11.8"
eyre = "0.6.12"
freedesktop-file-parser = "0.3.1"
freedesktop-icons = "0.4.0"
image = "0.25.9"
log = "0.4.29"
palette = "0.7.6"
smithay-client-toolkit = "0.20.0"
wayland-client = "0.31.11"
[profile.dev]
opt-level = 1
opt-level = 1
[profile.release]
debug = "line-tables-only"