remove unused dependency

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-07-29 12:39:11 -05:00
parent 7c23d7b6d6
commit 6b3e33caec
No known key found for this signature in database

View file

@ -20,7 +20,6 @@ unitdc = { path = "../../" }
# code size when deploying.
console_error_panic_hook = { version = "0.1.6", optional = true }
serde_json = "1.0.99"
web-sys = { version = "0.3.64", features = ["Window"] }
serde-wasm-bindgen = "0.5.0"
js-sys = "0.3.64"