iced-yoda/style/Cargo.toml

23 lines
532 B
TOML
Raw Normal View History

[package]
name = "iced_style"
2022-05-02 21:53:25 +02:00
version = "0.4.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]
2022-05-02 21:53:25 +02:00
version = "0.5"
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.lazy_static]
version = "1.4"