2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_core"
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.5.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"
|
2021-12-23 09:34:37 +02:00
|
|
|
repository = "https://github.com/iced-rs/iced"
|
2019-11-17 07:02:38 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-12 22:01:57 +02:00
|
|
|
bitflags = "1.2"
|
2020-03-31 12:11:37 -05:00
|
|
|
|
|
|
|
|
[dependencies.palette]
|
2022-03-16 16:14:08 -07:00
|
|
|
version = "0.6"
|
2020-03-31 12:11:37 -05:00
|
|
|
optional = true
|
2022-01-28 17:20:40 +07:00
|
|
|
|
2022-01-28 18:43:20 +07:00
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
|
wasm-timer = { version = "0.2" }
|