2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
2023-03-05 06:35:20 +01:00
|
|
|
name = "iced_runtime"
|
2023-09-04 12:58:41 +02:00
|
|
|
description = "A renderer-agnostic runtime for iced"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
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]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced_core.workspace = true
|
|
|
|
|
iced_futures.workspace = true
|
|
|
|
|
iced_futures.features = ["thread-pool"]
|
2020-01-19 10:17:08 +01:00
|
|
|
|
2023-09-04 12:58:41 +02:00
|
|
|
thiserror.workspace = true
|