trying to add icons
This commit is contained in:
parent
42fdbe5df1
commit
73957b1370
3 changed files with 364 additions and 12 deletions
|
@ -8,7 +8,7 @@ description = "A shell for a computadora"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["debug", "derive"] }
|
||||
iced = { version = "0.13", features = ["tokio", "advanced"]}
|
||||
iced = { version = "0.13.1", features = ["tokio", "advanced", "svg", "image", "wgpu"]}
|
||||
iced_runtime = { version = "0.13", features = [ "multi-window" ] }
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
pretty_assertions = "1.4.1"
|
||||
|
@ -24,4 +24,5 @@ chrono = "0.4.39"
|
|||
sysinfo = "0.35.0"
|
||||
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master" }
|
||||
system-tray = "0.7.0"
|
||||
freedesktop-icons = "0.4.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue