refactor(cosmic-config-derive): add support for types with generic parameters

This commit is contained in:
Ashley Wulber 2023-05-21 23:15:08 -04:00
parent b064293632
commit b82b6566f1
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
4 changed files with 23 additions and 6 deletions

View file

@ -29,6 +29,7 @@ cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", optional
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", optional = true, rev = "389a4f2" }
slotmap = "1.0.6"
fraction = "0.13.0"
cosmic-config = { path = "cosmic-config" }
[target.'cfg(unix)'.dependencies]
freedesktop-icons = "0.2.2"