summaryrefslogtreecommitdiff
path: root/examples/wasm-tiny-png/Cargo.toml
blob: cbbfd0301e73f654a41052a738e2467e9270a7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wasm-tiny-png"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
tiny-png = { path = "../..", default-features = false }

[profile.release]
opt-level = "z"
lto = true