iced/runtime/Cargo.toml
2025-03-04 19:11:37 +01:00

26 lines
571 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
[lints]
workspace = true
[dependencies]
bytes.workspace = true
iced_core.workspace = true
iced_debug.workspace = true
iced_futures.workspace = true
iced_futures.features = ["thread-pool"]
raw-window-handle.workspace = true
sipper.workspace = true
thiserror.workspace = true