2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_core"
|
2023-09-04 12:58:41 +02:00
|
|
|
description = "The essential ideas of iced"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
2019-11-17 07:02:38 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
bitflags.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
2023-09-12 18:15:00 -04:00
|
|
|
xxhash-rust.workspace = true
|
2023-09-08 01:58:52 +02:00
|
|
|
num-traits.workspace = true
|
2020-03-31 12:11:37 -05:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
palette.workspace = true
|
|
|
|
|
palette.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-09-04 12:58:41 +02:00
|
|
|
instant.workspace = true
|
2023-05-26 00:04:10 +02:00
|
|
|
|
2023-11-29 22:32:41 +01:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
|
raw-window-handle.workspace = true
|
2023-07-12 19:21:05 -07:00
|
|
|
|
2023-05-26 00:04:10 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
|
approx = "0.5"
|