drag-rs icon indicating copy to clipboard operation
drag-rs copied to clipboard

Tauri 2.0 Support?

Open jaydevelopsstuff opened this issue 1 year ago • 2 comments

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
  • HasRawWindowHandle is deprecated due to tauri-2.0.0-beta.3 upgrading to raw-window-handle 0.6.0.

Any plans to get this crate working with 2.0 Beta or are we waiting for a Release Candidate?

jaydevelopsstuff avatar Apr 13 '24 22:04 jaydevelopsstuff

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.

lucasfernog-crabnebula avatar Apr 15 '24 10:04 lucasfernog-crabnebula

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 :)

piotrostr avatar Aug 02 '24 15:08 piotrostr