iced_drop 0.2.21

Small library providing a custom widget and operation to implement drag and drop in iced
Documentation
[package]
name = "iced_drop"
version = "0.2.21"
edition = "2024"
authors = ["github.com/jhannyk", "github.com/pepa65"]
description = "Small library providing a custom widget and operation to implement drag and drop in iced"
readme = "README.md"
keywords = ["iced", "widget"]
categories = ["game-development", "gui"]
license = "MIT"

[dependencies]
iced = { version = "0.14", features = ["advanced", "x11", "wgpu", "tiny-skia"] }
iced_core = "0.14"
iced_widget = "0.14"
iced_runtime = { version = "0.14", optional = true }

[workspace]
members = ["examples/*"]

[features]
helpers = ["iced_runtime"]