[package]
edition = "2024"
name = "iced_drop"
version = "0.2.4"
authors = [
"github.com/jhannyk",
"github.com/pepa65",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
repository = "https://github.com/pepa65/iced_drop"
[lib]
name = "iced_drop"
path = "src/lib.rs"
[dependencies.iced]
version = "0.14.0"
features = [
"advanced",
"x11",
"thread-pool",
"wgpu",
"tiny-skia",
]
default-features = false