iced-yoda/style/Cargo.toml

23 lines
531 B
TOML
Raw Normal View History

[package]
name = "iced_style"
2023-01-14 00:49:58 +01:00
version = "0.6.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2022-02-09 17:53:35 +07:00
edition = "2021"
description = "The default set of styles of Iced"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
documentation = "https://docs.rs/iced_style"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
2021-03-31 20:06:03 +02:00
[dependencies.iced_core]
2023-01-14 00:49:58 +01:00
version = "0.7"
2021-03-31 20:06:03 +02:00
path = "../core"
2022-05-21 17:33:31 -04:00
features = ["palette"]
[dependencies.palette]
version = "0.6"
[dependencies.once_cell]
version = "1.15"