JonasKruckenberg / tauri-sys

Bindings to the Tauri API for projects using wasm-bindgen
Apache License 2.0
84 stars 21 forks source link

Make bindings compatible with v2 plugins #31

Open LetrixZ opened 9 months ago

LetrixZ commented 9 months ago

The changes is mostly in the JS code that needs to be updated so it can use window's invoke.

There are still missing new plugins and other plugins that need work, specially upload and updater, and others that need to be updated to v2.

LetrixZ commented 9 months ago

@JonasKruckenberg a separate branch would be prefered as v2 is still in development and this isn't compatible with v1.