feat: refactor the settings page architecture
This commit is contained in:
parent
efdd934e62
commit
c015ad9948
55 changed files with 2212 additions and 1635 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "cosmic-settings-system"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -10,9 +10,9 @@ license = "MPL-2.0"
|
|||
byte-unit = { version = "4.0.18", default-features = false }
|
||||
const_format = "0.2.30"
|
||||
concat-in-place = "1.1.0"
|
||||
sysinfo = "0.27.7"
|
||||
sysinfo = "0.28.4"
|
||||
memchr = "2.5.0"
|
||||
|
||||
[dependencies.bumpalo]
|
||||
version = "3.12.0"
|
||||
version = "3.12.1"
|
||||
features = ["collections"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue