iced-yoda/native/Cargo.toml

30 lines
605 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_native"
2021-03-31 20:06:03 +02:00
version = "0.4.0"
2019-09-20 19:15:31 +02:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A renderer-agnostic library for native GUIs"
license = "MIT"
repository = "https://github.com/hecrj/iced"
2020-05-21 04:27:31 +02:00
[features]
debug = []
2019-09-20 19:15:31 +02:00
[dependencies]
twox-hash = { version = "1.5", default-features = false }
unicode-segmentation = "1.6"
2020-06-13 14:17:41 +02:00
num-traits = "0.2"
[dependencies.iced_core]
2021-03-31 20:06:03 +02:00
version = "0.4"
path = "../core"
[dependencies.iced_futures]
2021-03-31 20:06:03 +02:00
version = "0.3"
path = "../futures"
features = ["thread-pool"]
[dependencies.iced_style]
version = "0.3"
path = "../style"