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

@ -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"]