2021-11-16 09:36:54 -07:00
|
|
|
[package]
|
|
|
|
|
name = "libcosmic"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
2022-09-30 09:35:55 -06:00
|
|
|
[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
|
|
|
|
2022-09-30 10:20:03 -06: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"
|
|
|
|
|
]
|