summaryrefslogtreecommitdiff
path: root/examples/wasm-minipng/Cargo.toml
blob: ac51c8b70d663eb138c264985393a5226194371a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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