This commit is contained in:
Martin Kavík 2024-06-01 19:39:19 +02:00
parent 645e03ea86
commit ea38f61058
14 changed files with 123 additions and 19 deletions

5
Cargo.lock generated
View file

@ -1182,6 +1182,7 @@ version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"shared",
"tauri",
"tauri-build",
"tauri-plugin-window-state",
@ -1263,6 +1264,7 @@ dependencies = [
name = "frontend"
version = "0.1.0"
dependencies = [
"shared",
"wasm-bindgen-test",
"wellen",
"zoon",
@ -3753,6 +3755,9 @@ dependencies = [
[[package]]
name = "shared"
version = "0.1.0"
dependencies = [
"wellen",
]
[[package]]
name = "signal-hook-registry"