mirror of
https://github.com/Noratrieb/colouncher.git
synced 2026-03-14 21:26:10 +01:00
spawn on color
This commit is contained in:
parent
aea9055b2f
commit
1943eec7c5
4 changed files with 1362 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue