fixed wasm
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -8,6 +8,18 @@ console_log = "1.0.0"
|
||||
osmpbf = "0.3.4"
|
||||
wasm-bindgen = "0.2.93"
|
||||
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|
||||
console_error_panic_hook = "0.1.7"
|
||||
js-sys = "0.3.70"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.4"
|
||||
features = [
|
||||
'Document',
|
||||
'Element',
|
||||
'HtmlElement',
|
||||
'Node',
|
||||
'Window',
|
||||
]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
Reference in New Issue
Block a user