We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
21 lines
457 B
TOML
21 lines
457 B
TOML
[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 = []
|
|
|
|
[dependencies]
|
|
iced_core.workspace = true
|
|
iced_futures.workspace = true
|
|
iced_futures.features = ["thread-pool"]
|
|
|
|
thiserror.workspace = true
|