... is a drag & drop library for egui.
Give it a try here: https://lucasmerlin.github.io/egui_dnd/
Tweaks:
- automatic drag handle offset correction
works only if drag item layout directly contains the drag handle (no nesting) - manual drag handle offset correction
User provides the offset of the drag handle relative to the drag item layout
To get started, take a look at the simple example.