drag-rs
drag-rs copied to clipboard
Tauri 2.0 Support?
As far as I can tell these are the two roadblocks to getting this working with Tauri 2.0:
- There are dependency conflicts with GTK related crates
HasRawWindowHandleis deprecated due totauri-2.0.0-beta.3upgrading toraw-window-handle0.6.0.
Any plans to get this crate working with 2.0 Beta or are we waiting for a Release Candidate?
We were waiting on Tauri v2 to more stable to implement this. Basically we need a new crate that uses Tauri v2 instead of v1, and move the v1 crate out of the workspace.
We did get it to work in https://github.com/audiogenai/drag for OSX, Image param is not supported and some features might be limited but the drag and drop indeed works with v2-beta :)