2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_core"
|
2023-04-13 08:31:17 +02:00
|
|
|
version = "0.9.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"
|
2023-03-01 21:34:26 +01:00
|
|
|
thiserror = "1"
|
2023-03-04 05:37:11 +01:00
|
|
|
twox-hash = { version = "1.5", default-features = false }
|
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]
|
2023-01-12 06:24:44 +01:00
|
|
|
instant = "0.1"
|