iced-yoda/core/Cargo.toml

19 lines
393 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_core"
2023-01-14 00:49:58 +01:00
version = "0.7.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"
[dependencies.palette]
2022-03-16 16:14:08 -07:00
version = "0.6"
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = "0.1"