iced-yoda/core/Cargo.toml

39 lines
778 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_core"
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
[lints]
workspace = true
2024-03-19 23:58:17 +01:00
[features]
auto-detect-theme = ["dep:dark-light"]
advanced = []
crisp = []
2024-03-19 23:58:17 +01:00
[dependencies]
bitflags.workspace = true
2024-03-27 12:54:01 -07:00
bytes.workspace = true
glam.workspace = true
lilt.workspace = true
log.workspace = true
num-traits.workspace = true
rustc-hash.workspace = true
smol_str.workspace = true
thiserror.workspace = true
2023-12-15 13:15:44 +01:00
web-time.workspace = true
2024-03-19 23:58:17 +01:00
dark-light.workspace = true
dark-light.optional = true
serde.workspace = true
serde.optional = true
serde.features = ["derive"]