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
1 changed files with 1 additions and 1 deletions

View File

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