feat(system/about): display all system information required

This commit is contained in:
Michael Aaron Murphy 2023-02-01 00:47:01 +01:00
parent 0a267c027d
commit 89a251f2ba
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
6 changed files with 585 additions and 43 deletions

View file

@ -21,6 +21,9 @@ rust-embed = "6.4.2"
slotmap = "1.0.6"
tokio = "1.25.0"
[dependencies.cosmic-settings-system]
path = "pages/system"
[dependencies.i18n-embed]
version = "0.13.8"
features = ["fluent-system", "desktop-requester"]
@ -32,7 +35,7 @@ default-features = false
features = ["debug", "winit", "dyrend", "tokio"]
[profile.dev]
opt-level = 2
opt-level = "s"
incremental = true
[profile.release]