updates to a basic thing if it can find hyprland
This commit is contained in:
parent
955aafacb6
commit
146148a7cd
4 changed files with 498 additions and 41 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue