egui_dnd 0.14.0

A drag and drop library for egui
Documentation
# egui_dnd

[![egui_ver](https://img.shields.io/badge/egui-0.33.0-blue)](https://github.com/emilk/egui)
[![Latest version](https://img.shields.io/crates/v/egui_dnd.svg)](https://crates.io/crates/egui_dnd)
[![Documentation](https://docs.rs/egui_dnd/badge.svg)](https://docs.rs/egui_dnd)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![License](https://img.shields.io/crates/l/egui_dnd.svg)](https://crates.io/crates/egui_dnd)



[content]:<>


... is a drag & drop library for [egui](https://github.com/emilk/egui).

Give it a try here: <https://lucasmerlin.github.io/hello_egui/#/example/color_sort_vertical>

To get started, take a look at
the [simple example.](https://github.com/lucasmerlin/hello_egui/blob/main/crates/egui_dnd/examples/simple.rs)

Demo Videos:

<https://github.com/lucasmerlin/hello_egui/assets/8009393/a05fa961-ef12-479c-a3fd-f765160e048e>

<https://github.com/lucasmerlin/hello_egui/assets/8009393/4e3b7843-822f-4900-8e8b-d516794590b7>