iced_drop 0.2.4

Small library providing a custom widget and operation to implement drag and drop in iced
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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