Debug pin macro (#118)

* debug pin macro

* Added debug pinning macro

* working on windows

* removed remaining box pins
This commit is contained in:
Wyatt Verchere
2023-05-18 10:31:52 -07:00
committed by GitHub
parent 0801d7a145
commit 16407060f0
35 changed files with 1133 additions and 990 deletions

10
Cargo.lock generated
View File

@@ -3764,6 +3764,7 @@ dependencies = [
"sys-info",
"tauri",
"tempfile",
"theseus_macros",
"thiserror",
"tokio",
"tokio-stream",
@@ -3817,6 +3818,7 @@ dependencies = [
"tauri",
"tauri-build",
"theseus",
"theseus_macros",
"thiserror",
"tokio",
"tokio-stream",
@@ -3827,6 +3829,14 @@ dependencies = [
"uuid 1.3.0",
]
[[package]]
name = "theseus_macros"
version = "0.1.0"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "theseus_playground"
version = "0.1.0"