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

@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
derive_setters = "0.1.6"
regex = "1.8.3"
slotmap = "1.0.6"
regex = "1.10.2"
slotmap = "1.0.7"
libcosmic = { workspace = true }
generator = "0.7.4"
generator = "0.7.5"
downcast-rs = "1.2.0"
once_cell = "1.17.2"
once_cell = "1.19.0"
url = "2.5.0"