mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-03 18:13:04 +00:00
Removed all wasm dependencies from dynatos-util.
This commit is contained in:
parent
04abab3007
commit
963809a554
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -195,9 +195,6 @@ dependencies = [
|
||||
"anyhow",
|
||||
"duplicate",
|
||||
"extend",
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@ -16,9 +16,16 @@ js-sys = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
wasm-bindgen = { workspace = true }
|
||||
web-sys = { workspace = true, features = [
|
||||
"HtmlInputElement",
|
||||
"Text",
|
||||
"Comment",
|
||||
"Document",
|
||||
"Element",
|
||||
"HtmlElement",
|
||||
"HtmlInputElement",
|
||||
"InputEvent",
|
||||
"PointerEvent",
|
||||
"PopStateEvent",
|
||||
"Text",
|
||||
"Window",
|
||||
] }
|
||||
|
||||
[lints]
|
||||
|
||||
@ -8,17 +8,6 @@ edition = "2021"
|
||||
anyhow = { workspace = true }
|
||||
duplicate = { workspace = true }
|
||||
extend = { workspace = true }
|
||||
js-sys = { workspace = true }
|
||||
wasm-bindgen = { workspace = true }
|
||||
web-sys = { workspace = true, features = [
|
||||
"Document",
|
||||
"Element",
|
||||
"HtmlElement",
|
||||
"PointerEvent",
|
||||
"InputEvent",
|
||||
"PopStateEvent",
|
||||
"Window",
|
||||
] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
3
examples/Cargo.lock
generated
3
examples/Cargo.lock
generated
@ -185,9 +185,6 @@ dependencies = [
|
||||
"anyhow",
|
||||
"duplicate",
|
||||
"extend",
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user