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
|
|
|
|
2024-04-07 12:42:12 +02:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-03-19 23:58:17 +01:00
|
|
|
[features]
|
2024-03-26 04:21:02 +01:00
|
|
|
advanced = []
|
2025-05-30 00:30:23 +02:00
|
|
|
crisp = []
|
2025-08-30 18:15:12 +02:00
|
|
|
basic-shaping = []
|
|
|
|
|
advanced-shaping = []
|
2024-03-19 23:58:17 +01:00
|
|
|
|
2019-11-17 07:02:38 +01:00
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
bitflags.workspace = true
|
2024-03-27 12:54:01 -07:00
|
|
|
bytes.workspace = true
|
2023-10-24 05:34:03 +02:00
|
|
|
glam.workspace = true
|
2025-01-27 02:50:51 +01:00
|
|
|
lilt.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-03-30 15:57:12 +01:00
|
|
|
rustc-hash.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
|
2020-03-31 12:11:37 -05:00
|
|
|
|
2024-02-27 15:19:26 +01:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde.optional = true
|
|
|
|
|
serde.features = ["derive"]
|