2019-09-20 19:15:31 +02:00
|
|
|
[package]
|
2023-03-05 06:35:20 +01:00
|
|
|
name = "iced_runtime"
|
2023-09-04 12:58:41 +02:00
|
|
|
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
|
|
|
|
2025-08-23 05:15:57 +02:00
|
|
|
[features]
|
|
|
|
|
selector = ["dep:iced_selector"]
|
|
|
|
|
|
2024-04-07 12:42:12 +02:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2019-09-20 19:15:31 +02:00
|
|
|
[dependencies]
|
2024-04-07 18:36:47 -07:00
|
|
|
bytes.workspace = true
|
2023-09-04 12:58:41 +02:00
|
|
|
iced_core.workspace = true
|
|
|
|
|
iced_futures.workspace = true
|
2020-01-19 10:17:08 +01:00
|
|
|
|
2024-01-19 14:48:14 -05:00
|
|
|
raw-window-handle.workspace = true
|
2025-02-09 11:10:54 +01:00
|
|
|
thiserror.workspace = true
|
2025-04-02 10:58:09 +02:00
|
|
|
|
|
|
|
|
sipper.workspace = true
|
|
|
|
|
sipper.optional = true
|
2025-08-23 05:15:57 +02:00
|
|
|
|
|
|
|
|
iced_selector.workspace = true
|
|
|
|
|
iced_selector.optional = true
|