iced-yoda/native/Cargo.toml

26 lines
504 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_native"
2020-11-26 07:48:12 +01:00
version = "0.3.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 = "1.5"
unicode-segmentation = "1.6"
2020-06-13 14:17:41 +02:00
num-traits = "0.2"
[dependencies.iced_core]
2020-11-26 07:48:12 +01:00
version = "0.3"
path = "../core"
[dependencies.iced_futures]
2020-11-26 07:48:12 +01:00
version = "0.2"
path = "../futures"
features = ["thread-pool"]