iced-yoda/native/Cargo.toml

23 lines
488 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_native"
2020-04-26 17:18:17 +02:00
version = "0.2.2"
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"
[dependencies]
twox-hash = "1.5"
raw-window-handle = "0.3"
unicode-segmentation = "1.6"
[dependencies.iced_core]
2020-04-02 17:08:28 +02:00
version = "0.2"
path = "../core"
[dependencies.iced_futures]
2020-04-02 17:08:28 +02:00
version = "0.1"
path = "../futures"
features = ["thread-pool"]