winit
winit copied to clipboard
Support for file dragging
winit
already has (albeit rudimentary) support for dropping files onto a window, but no way to allow dragging data from a window. As it already supports dropping, I think dragging should also be supported by winit
. Being able to drag a file from a winit
window is the last missing piece for my usecase of the library.