summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 12:11:22 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 12:11:22 -0400
commit037d3dd675eba2ebee9fce7a79eaebc7c7442d73 (patch)
tree4403607fb1ab8a89d96c81b05a474d1f5f40d973 /Cargo.toml
parent08db1dc9428ea5bc9604b229d686af1414d461af (diff)
wrote conversion function, but it's failing some tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe73293..e3b356f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
png = "0.17.10"
+png-decoder = "0.1.1"
[features]
default = ["std"]