summaryrefslogtreecommitdiff
path: root/examples/wasm-tiny-png/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 22:37:10 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 22:37:10 -0400
commit6fdb5619052ff68face6ad06b4423776ce8bd4f2 (patch)
tree68d65c8354cfcb71276b6cc36a7f26449efcf75f /examples/wasm-tiny-png/Cargo.toml
parentd990a922652d5adaab61ea8b8c461f624b53dc84 (diff)
rename to minipng0.1.0
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