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
|
2023-10-24 05:34:03 +02:00
|
|
|
glam.workspace = true
|
2023-09-04 12:58:41 +02:00
|
|
|
log.workspace = true
|
2023-09-08 01:58:52 +02:00
|
|
|
num-traits.workspace = true
|
2024-01-16 13:28:00 +01:00
|
|
|
smol_str.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
2023-12-15 13:15:44 +01:00
|
|
|
web-time.workspace = true
|
2024-01-16 13:28:00 +01:00
|
|
|
xxhash-rust.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
|
|
|
|
2023-11-29 22:32:41 +01:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2024-01-18 15:41:19 +01:00
|
|
|
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"
|