Cargo.toml: define default build target
This commit is contained in:
parent
23d899dd0e
commit
f36bfb7afa
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ crate-type = ["cdylib", "rlib"]
|
|||
[features]
|
||||
default = ["console_error_panic_hook", "wee_alloc"]
|
||||
|
||||
[build]
|
||||
target = "wasm32-unknown-unknown"
|
||||
|
||||
[build-dependencies]
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue