Add basic drag and drop support

This commit is contained in:
Mikayla 2023-09-19 11:20:01 -07:00
parent dadad397ef
commit 9bff3b6916
No known key found for this signature in database
5 changed files with 108 additions and 7 deletions

View file

@ -30,6 +30,7 @@ channel = { path = "../channel" }
clock = { path = "../clock" }
collections = { path = "../collections" }
context_menu = { path = "../context_menu" }
drag_and_drop = { path = "../drag_and_drop" }
editor = { path = "../editor" }
feedback = { path = "../feedback" }
fuzzy = { path = "../fuzzy" }