2025-08-23 01:44:17 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_selector"
|
2025-12-07 21:00:47 +01:00
|
|
|
description = "A set of abstractions for selecting data from the widget tree"
|
2025-08-23 01:44:17 +02:00
|
|
|
version.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced_core.workspace = true
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|