Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/airstrike/dragking
- Owner: airstrike
- License: mit
- Created: 2024-09-27T02:33:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:34:01.000Z (3 days ago)
- Last Synced: 2025-02-06T00:25:00.899Z (3 days ago)
- Topics: iced
- Language: Rust
- Homepage:
- Size: 892 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*
## Usage
Check out the `examples` directory for a simple example or run it via:
```
$ cargo run --example simple
```## License
MIT