diff options
author | pommicket <pommicket@gmail.com> | 2023-09-05 19:11:10 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-05 19:11:10 -0400 |
commit | 763b9caabb250a80c59f1f7ea34a76522d098692 (patch) | |
tree | 7fd167945b192823f677d8f2a73f3844b39f3a63 /examples/wasm-tiny-png/Cargo.toml | |
parent | 29b62241d088aad406bffae8be7ac0896fd59aff (diff) |
various cleanup
Diffstat (limited to 'examples/wasm-tiny-png/Cargo.toml')
-rw-r--r-- | examples/wasm-tiny-png/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm-tiny-png/Cargo.toml b/examples/wasm-tiny-png/Cargo.toml index cbbfd03..5c8dae5 100644 --- a/examples/wasm-tiny-png/Cargo.toml +++ b/examples/wasm-tiny-png/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -tiny-png = { path = "../..", default-features = false } +tiny-png = { path = "../.." } [profile.release] opt-level = "z" |