cargo: enable wee_alloc

This commit is contained in:
Peter Cai 2020-04-07 16:08:25 +08:00
parent 2a8ed95488
commit 37d4e0e8b3
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]
[features] [features]
default = ["console_error_panic_hook"] default = ["console_error_panic_hook", "wee_alloc"]
[dependencies] [dependencies]
cfg-if = "0.1.2" cfg-if = "0.1.2"