Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/airstrike/dragking

A very simple implementation of drag and drop for iced's Row and Column widgets
https://github.com/airstrike/dragking

iced

Last synced: 2 days ago
JSON representation

A very simple implementation of drag and drop for iced's Row and Column widgets

Awesome Lists containing this project

README

        

# dragking

[![Made with iced](https://iced.rs/badge.svg)](https://github.com/iced-rs/iced)

A very simple implementation of drag and drop for `iced`'s `Row` and `Column` widgets.

*Details may vary. Void where prohibited. Batteries not included. Side effects
may include code reviews, merge conflicts, and the occasional None where Some
was expected.*

Demo

## Usage

Check out the `examples` directory for a simple example or run it via:

```
$ cargo run --example simple
```

## License

MIT