libcosmic-yoda/Cargo.toml

28 lines
468 B
TOML
Raw Normal View History

2021-11-16 09:36:54 -07:00
[package]
name = "libcosmic"
version = "0.1.0"
edition = "2021"
[lib]
name = "cosmic"
2021-11-16 09:36:54 -07:00
[dependencies]
2022-09-30 08:55:37 -06:00
freedesktop-icons = "0.2.1"
2021-12-21 14:51:57 -05:00
2022-09-30 08:55:37 -06:00
[dependencies.iced]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
features = ["cosmic_theme", "svg"]
2022-02-24 14:03:01 -05:00
[dependencies.iced_native]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
features = ["cosmic_theme"]
2022-02-24 14:03:01 -05:00
[workspace]
2022-09-30 08:55:37 -06:00
members = [
"examples/cosmic",
"gtk4",
"gtk4/widgets"
]