summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 19:11:10 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 19:11:10 -0400
commit763b9caabb250a80c59f1f7ea34a76522d098692 (patch)
tree7fd167945b192823f677d8f2a73f3844b39f3a63 /Cargo.toml
parent29b62241d088aad406bffae8be7ac0896fd59aff (diff)
various cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3b356f..add0d26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,7 @@ png = "0.17.10"
png-decoder = "0.1.1"
[features]
-default = ["std"]
-std = []
+default = []
adler = []
[[bench]]