egui_dnd 0.3.0

A drag and drop library for egui
Documentation
# egui_dnd

[![egui_ver](https://img.shields.io/badge/egui-0.20.1-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)

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

Give it a try here: <https://lucasmerlin.github.io/egui_dnd/>



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



![ezgif-2-41c0c5360f](https://user-images.githubusercontent.com/8009393/208403722-b28715cd-b708-4eb4-8d00-36873dee2034.gif)