iced-yoda/selector/Cargo.toml

19 lines
418 B
TOML
Raw Permalink Normal View History

[package]
name = "iced_selector"
description = "A set of abstractions for selecting data from the widget tree"
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