feat(Compat): Implemented spawning with umu (using umu-wrapper-lib)

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-30 13:12:04 +11:00
parent 95f2174f8d
commit 88b2505e71
3 changed files with 16 additions and 1 deletions

7
src-tauri/Cargo.lock generated
View File

@ -995,6 +995,7 @@ dependencies = [
"tauri-plugin-shell",
"tauri-plugin-single-instance",
"tokio",
"umu-wrapper-lib",
"url",
"urlencoding",
"uuid",
@ -4926,6 +4927,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "umu-wrapper-lib"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baa36636bef667cee9eb4f497c24279182b8b9f098fd04b0b8c5d2ebc4e451f1"
[[package]]
name = "unic-char-property"
version = "0.9.0"