Rename cosmic_theme feature in iced to cosmic-theme

This commit is contained in:
Jeremy Soller 2022-09-30 14:58:28 -06:00
parent 935a3a286c
commit e7422f2904
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -17,13 +17,13 @@ freedesktop-icons = "0.2.1"
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced"
features = ["cosmic_theme", "svg"]
features = ["cosmic-theme", "svg"]
[dependencies.iced_native]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced/native"
features = ["cosmic_theme"]
features = ["cosmic-theme"]
[dependencies.iced_lazy]
git = "https://github.com/pop-os/iced.git"