This commit is contained in:
Chris Cochrun 2025-01-08 09:52:21 -06:00
parent 76396a6b6c
commit 955aafacb6
4 changed files with 194 additions and 2687 deletions

View file

@ -8,7 +8,8 @@ description = "A shell for a computadora"
[dependencies]
clap = { version = "4.5.20", features = ["debug", "derive"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic", features = ["debug", "winit", "tokio", "xdg-portal", "dbus-config", "a11y", "wayland", "wgpu", "multi-window", "single-instance"] }
iced = { version = "0.13" }
iced_runtime = { version = "0.13", features = [ "multi-window" ] }
miette = { version = "7.2.0", features = ["fancy"] }
pretty_assertions = "1.4.1"
serde = { version = "1.0.213", features = ["derive"] }
@ -19,4 +20,5 @@ dirs = "5.0.1"
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"