feat: add display settings page

This commit is contained in:
Michael Aaron Murphy 2023-12-22 16:42:56 +01:00 committed by Michael Murphy
parent 5907e46555
commit c00b41a463
21 changed files with 2307 additions and 398 deletions

View file

@ -11,10 +11,10 @@ cosmic-config = { workspace = true }
dirs = "5.0.1"
freedesktop-icons = "0.2.4"
futures-lite = "1.13.0"
image = "0.24.6"
image = "0.24.7"
infer = "0.15.0"
rayon = "1.7.0"
sctk = { git = "https://github.com/smithay/client-toolkit/", package = "smithay-client-toolkit", rev = "dc8c4a0"}
tokio = { version = "1.28.0", features = ["sync"] }
tracing = "0.1.37"
rayon = "1.8.0"
sctk = { workspace = true }
tokio = { version = "1.35.1", features = ["sync"] }
tracing = "0.1.40"
wayland-client = "0.31.1"

View file

@ -8,11 +8,11 @@ license = "GPL-3.0-only"
[dependencies]
byte-unit = { version = "4.0.19", default-features = false }
const_format = "0.2.31"
const_format = "0.2.32"
concat-in-place = "1.1.0"
sysinfo = "0.29.0"
memchr = "2.5.0"
sysinfo = "0.29.11"
memchr = "2.7.1"
[dependencies.bumpalo]
version = "3.13.0"
version = "3.14.0"
features = ["collections"]

View file

@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
icu_calendar = "1.2.0"
icu_timezone = "1.2.0"
icu_calendar = "1.4.0"
icu_timezone = "1.4.0"
timedate-zbus = "0.1.0"
[dependencies.zbus]
version = "3.13.1"
version = "3.14.1"
default-features = false
features = ["tokio"]