tauri aint what i want

This commit is contained in:
Bel LaPointe
2023-12-27 09:43:12 -05:00
parent 62eefeea0f
commit 84b9ac781d
8 changed files with 528 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "pa-home-video-blue-extractinator-2-ui"
name = "pa-home-video-blue-extractinator-ui"
version = "0.0.0"
edition = "2021"
@@ -12,6 +12,7 @@ serde-wasm-bindgen = "0.6"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
tauri-api = "0.7.6"
[workspace]
members = ["src-tauri"]