2020-01-01 14:16:10 +01:00
|
|
|
[package]
|
|
|
|
|
name = "iced_style"
|
|
|
|
|
description = "The default set of styles of Iced"
|
2023-09-04 12:58:41 +02:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
2020-01-01 14:16:10 +01:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
[dependencies]
|
|
|
|
|
iced_core.workspace = true
|
|
|
|
|
iced_core.features = ["palette"]
|
2022-05-21 17:33:31 -04:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
palette.workspace = true
|
|
|
|
|
once_cell.workspace = true
|