iced-yoda/runtime/Cargo.toml

32 lines
633 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
[features]
selector = ["dep:iced_selector"]
[lints]
workspace = true
2019-09-20 19:15:31 +02:00
[dependencies]
bytes.workspace = true
iced_core.workspace = true
iced_futures.workspace = true
raw-window-handle.workspace = true
thiserror.workspace = true
2025-04-02 10:58:09 +02:00
sipper.workspace = true
sipper.optional = true
iced_selector.workspace = true
iced_selector.optional = true