summaryrefslogtreecommitdiffstats
path: root/runtime/Cargo.toml
blob: 8089d545a12088ed9dc8fff8784164083387f23c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
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

[features]
debug = []
multi-window = []

[dependencies]
iced_core.workspace = true
iced_futures.workspace = true
iced_futures.features = ["thread-pool"]

thiserror.workspace = true