summaryrefslogtreecommitdiff
path: root/examples/wasm-tiny-png/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wasm-tiny-png/Cargo.toml')
-rw-r--r--examples/wasm-tiny-png/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/wasm-tiny-png/Cargo.toml b/examples/wasm-tiny-png/Cargo.toml
deleted file mode 100644
index 5c8dae5..0000000
--- a/examples/wasm-tiny-png/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "wasm-tiny-png"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-tiny-png = { path = "../.." }
-
-[profile.release]
-opt-level = "z"
-lto = true