From 08db1dc9428ea5bc9604b229d686af1414d461af Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 5 Sep 2023 01:31:24 -0400 Subject: little size compeitino --- examples/wasm-png/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/wasm-png/Cargo.toml (limited to 'examples/wasm-png/Cargo.toml') diff --git a/examples/wasm-png/Cargo.toml b/examples/wasm-png/Cargo.toml new file mode 100644 index 0000000..edd3a9d --- /dev/null +++ b/examples/wasm-png/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "wasm-png" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +png = "0.17.10" + +[profile.release] +opt-level = "z" +lto = true -- cgit v1.2.3