From 6fdb5619052ff68face6ad06b4423776ce8bd4f2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 5 Sep 2023 22:37:10 -0400 Subject: rename to minipng --- examples/wasm-minipng/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/wasm-minipng/Cargo.toml (limited to 'examples/wasm-minipng/Cargo.toml') diff --git a/examples/wasm-minipng/Cargo.toml b/examples/wasm-minipng/Cargo.toml new file mode 100644 index 0000000..ac51c8b --- /dev/null +++ b/examples/wasm-minipng/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "wasm-minipng" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +minipng = { path = "../.." } + +[profile.release] +opt-level = "z" +lto = true -- cgit v1.2.3