things
This commit is contained in:
parent
209eb16aa7
commit
b46cb5e83f
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
crate-type=["cdylib"]
|
crate-type=["cdylib"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = 0
|
debug = false
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = "z" #optimize for size
|
opt-level = "z" #optimize for size
|
||||||
lto = true
|
lto = true
|
||||||
@ -25,4 +25,4 @@ console_error_panic_hook = "0.1.7"
|
|||||||
tracing-wasm = "0.2.1"
|
tracing-wasm = "0.2.1"
|
||||||
wee_alloc = "0.4.5"
|
wee_alloc = "0.4.5"
|
||||||
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
|
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
|
||||||
wasm-bindgen = "0.2.79"
|
wasm-bindgen = "0.2.79"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user