Remove wasm stuff

This commit is contained in:
Gregory Schier
2023-03-12 21:25:31 -07:00
parent 1b6c32c7ac
commit 364cdb06df
13 changed files with 33 additions and 169 deletions

44
src-tauri/Cargo.lock generated
View File

@@ -4035,28 +4035,6 @@ dependencies = [
"zip",
]
[[package]]
name = "tauri-app"
version = "0.0.0"
dependencies = [
"chrono",
"cocoa",
"deno_ast",
"deno_core",
"futures",
"http",
"objc",
"rand 0.8.5",
"reqwest",
"serde",
"serde_json",
"sqlx",
"tauri",
"tauri-build",
"tokio",
"uuid 1.3.0",
]
[[package]]
name = "tauri-build"
version = "1.2.1"
@@ -5187,6 +5165,28 @@ dependencies = [
"libc",
]
[[package]]
name = "yaak-app"
version = "0.0.0"
dependencies = [
"chrono",
"cocoa",
"deno_ast",
"deno_core",
"futures",
"http",
"objc",
"rand 0.8.5",
"reqwest",
"serde",
"serde_json",
"sqlx",
"tauri",
"tauri-build",
"tokio",
"uuid 1.3.0",
]
[[package]]
name = "zip"
version = "0.6.4"