iced-yoda/core/Cargo.toml

25 lines
518 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_core"
2023-07-28 19:48:39 +02:00
version = "0.10.0"
2019-09-20 19:15:31 +02:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2022-02-09 17:53:35 +07:00
edition = "2021"
2019-09-20 19:15:31 +02:00
description = "The essential concepts of Iced"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
[dependencies]
bitflags = "1.2"
thiserror = "1"
log = "0.4.17"
twox-hash = { version = "1.5", default-features = false }
[dependencies.palette]
2023-05-25 13:59:58 -05:00
version = "0.7"
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = "0.1"
[dev-dependencies]
approx = "0.5"