wip
This commit is contained in:
parent
d5f1a6e03e
commit
99ca3a3393
16 changed files with 27 additions and 2231 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -2991,10 +2991,12 @@ dependencies = [
|
|||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
"futures-util",
|
||||
"log",
|
||||
"serde",
|
||||
"sycamore",
|
||||
"tauri-sys",
|
||||
"wasm-bindgen-futures",
|
||||
"wasm-logger",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3455,6 +3457,17 @@ dependencies = [
|
|||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasm-logger"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718"
|
||||
dependencies = [
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "web-sys"
|
||||
version = "0.3.60"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue