31 lines
569 B
TOML
31 lines
569 B
TOML
[package]
|
|
name = "libcosmic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "cosmic"
|
|
|
|
[dependencies]
|
|
freedesktop-icons = "0.2.1"
|
|
|
|
[dependencies.iced]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "cosmic-design-system"
|
|
features = ["cosmic_theme", "svg"]
|
|
|
|
[dependencies.iced_native]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "cosmic-design-system"
|
|
features = ["cosmic_theme"]
|
|
|
|
[dependencies.iced_lazy]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "cosmic-design-system"
|
|
|
|
[workspace]
|
|
members = [
|
|
"examples/cosmic",
|
|
"gtk4",
|
|
"gtk4/widgets"
|
|
]
|