summaryrefslogtreecommitdiffstats
path: root/style/Cargo.toml
blob: 3f00e787e7b0f01b140ab14b9f1fd11f6650a916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "iced_style"
description = "The default set of styles of Iced"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true

[dependencies]
iced_core.workspace = true
iced_core.features = ["palette"]

palette.workspace = true
once_cell.workspace = true