iced_drop 0.2.21

Small library providing a custom widget and operation to implement drag and drop in iced
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1]https://github.com/jhannyj/iced_drop/compare/iced_drop-v0.2.0...iced_drop-v0.2.1 - 2026-01-18

### Added

- used in the wild, readme section

### Fixed

- moved iced dependency into helpers feature
- README clarifications
- fixed duplicate on_btn_release from merge

### Other

- Merge pull request #8 from berkus/feat/release-plz
- Merge branch 'master' into pml68_updates
- Merge pull request #5 from zeptofine/clicked-once
- Upgrade to `iced = "0.13"`
- Create LICENSE
- Compile examples with rust.yml
- Merge pull request #4 from zeptofine/offset_scrollables
- offset_scrollables
- Merge branch 'drag_mode'
- remove debug_assert, set default drag_mode to Some((true, true))
- use Option for drag_mode
- drag_mode signature clarification
- Add drag_mode struct attribute
- Fix demo videos
- Add example demos
- Update droppable overlay
- Remove iced 'lazy' feature
- Merge branch 'master' of https://github.com/jhannyj/iced_drop
- Add readme
- Add additional drop zone for color example
- v1
- v1