mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2024-11-24 03:26:43 -06:00
disable panic hook by default
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
c291e07a9a
commit
709e4697c6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["console_error_panic_hook"]
|
default = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen = "0.2.63"
|
wasm-bindgen = "0.2.63"
|
||||||
|
|
Loading…
Reference in a new issue