iced_drop 0.2.1

Small library providing a custom widget and operation to implement drag and drop in iced
Documentation
[dependencies.iced]
default-features = false
features = ["advanced", "x11", "thread-pool", "wgpu", "tiny-skia"]
version = "0.14.0"

[lib]
name = "iced_drop"
path = "src/lib.rs"

[package]
authors = ["github.com/jhannyk", "github.com/pepa65"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "gui"]
description = "Small library providing a custom widget and operation to implement drag and drop in iced"
edition = "2024"
keywords = ["iced", "widget"]
license = "MIT"
name = "iced_drop"
readme = "README.md"
repository = "https://github.com/pepa65/iced_drop"
version = "0.2.1"