diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ edition = "2021" png = "0.17.10" [features] -std = [] default = ["std"] +std = [] +adler = [] |
![]() |
index : minipng.git | |
tiny rust png decoder | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 3 |
@@ -9,5 +9,6 @@ edition = "2021" png = "0.17.10" [features] -std = [] default = ["std"] +std = [] +adler = [] |