wip: support desktop portal color-scheme, and accent variables

This commit is contained in:
Ashley Wulber 2024-03-01 20:21:52 -05:00 committed by Ashley Wulber
parent c390b2614d
commit 06b46f455b
6 changed files with 107 additions and 34 deletions

View file

@ -6,8 +6,9 @@ edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio"]
features = ["debug", "winit", "tokio", "xdg-portal"]