iced_drop 0.1.21

Small library providing a custom widget and operation to implement drag and drop in iced
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "iced_drop"
version = "0.1.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"
repository = "https://github.com/pepa65/iced_drop"
readme = "README.md"
license = "MIT"

[dependencies]
iced = { version = "0", features = ["advanced"] }