2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_native"
|
2023-01-14 00:49:58 +01:00
|
|
|
version = "0.8.0"
|
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"
|
2021-12-23 09:34:37 +02:00
|
|
|
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]
|
2021-11-14 10:53:43 -05:00
|
|
|
twox-hash = { version = "1.5", default-features = false }
|
2019-12-06 04:46:53 +01:00
|
|
|
unicode-segmentation = "1.6"
|
2020-06-13 14:17:41 +02:00
|
|
|
num-traits = "0.2"
|
2020-01-19 10:17:08 +01:00
|
|
|
|
|
|
|
|
[dependencies.iced_core]
|
2023-01-14 00:49:58 +01:00
|
|
|
version = "0.7"
|
2020-01-19 10:17:08 +01:00
|
|
|
path = "../core"
|
|
|
|
|
|
|
|
|
|
[dependencies.iced_futures]
|
2022-11-10 01:20:11 +01:00
|
|
|
version = "0.5"
|
2020-01-19 10:17:08 +01:00
|
|
|
path = "../futures"
|
2020-01-20 04:47:36 +01:00
|
|
|
features = ["thread-pool"]
|
2021-10-18 14:48:33 +07:00
|
|
|
|
|
|
|
|
[dependencies.iced_style]
|
2023-01-14 00:49:58 +01:00
|
|
|
version = "0.6.0"
|
2021-10-18 14:48:33 +07:00
|
|
|
path = "../style"
|