diff options
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" |