WIP: feat(collection_viewer): Implement collection viewer
This commit is contained in:
parent
cc27ab5b6d
commit
ebb8ce329c
4 changed files with 43 additions and 20 deletions
|
@ -27,6 +27,7 @@ futures-util = "0.3.31"
|
|||
gloo = { version = "0.11.0", features = ["futures"] }
|
||||
gloo-net = { version = "0.6.0" }
|
||||
web-sys = { version = "0.3.77", features = ["FileSystemWritableFileStream", "WorkerGlobalScope"] }
|
||||
rexie = "0.6.2"
|
||||
|
||||
[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.50"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue