iced-yoda/runtime/Cargo.toml

22 lines
457 B
TOML
Raw Normal View History

2019-09-20 19:15:31 +02:00
[package]
2023-03-05 06:35:20 +01:00
name = "iced_runtime"
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]
iced_core.workspace = true
iced_futures.workspace = true
iced_futures.features = ["thread-pool"]
thiserror.workspace = true