updates to a basic thing if it can find hyprland

This commit is contained in:
Chris Cochrun 2025-05-11 22:23:47 -05:00
parent 955aafacb6
commit 146148a7cd
4 changed files with 498 additions and 41 deletions

View file

@ -8,7 +8,7 @@ description = "A shell for a computadora"
[dependencies]
clap = { version = "4.5.20", features = ["debug", "derive"] }
iced = { version = "0.13" }
iced = { version = "0.13", features = ["tokio", "advanced"]}
iced_runtime = { version = "0.13", features = [ "multi-window" ] }
miette = { version = "7.2.0", features = ["fancy"] }
pretty_assertions = "1.4.1"
@ -21,4 +21,6 @@ tokio = "1.41.1"
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" }
iced_layershell = "0.13.0"
chrono = "0.4.39"
sysinfo = "0.35.0"
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master" }