iced-yoda/native/Cargo.toml

30 lines
607 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
name = "iced_native"
2022-05-31 05:40:39 +02:00
version = "0.5.1"
2019-09-20 19:15:31 +02:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2022-02-09 17:53:35 +07:00
edition = "2021"
2019-09-20 19:15:31 +02:00
description = "A renderer-agnostic library for native GUIs"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
2019-09-20 19:15:31 +02:00
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]
2022-05-02 21:53:25 +02:00
version = "0.5"
path = "../core"
[dependencies.iced_futures]
2022-05-02 21:53:25 +02:00
version = "0.4"
path = "../futures"
features = ["thread-pool"]
[dependencies.iced_style]
2022-05-02 21:53:25 +02:00
version = "0.4"
path = "../style"