aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-03-24 16:52:24 +0100
committerCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-03-24 17:20:07 +0100
commit68a72735be76a8782e03c986849da47cd2601f13 (patch)
treecb769c9b1af24880d9775a99f089760ae3b56c7b /Cargo.toml
parentf552c45b5f08c4cf7af9dda1f4251d130b38ab15 (diff)
downloaddcel-68a72735be76a8782e03c986849da47cd2601f13.tar.xz
cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb10c49..e0e62c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
[features]
-test = ["obj_import", "img", "cairo-rs/svg", "cairo-rs/png"]
+test = ["obj_import", "img", "cairo-rs/svg"]
img = ["dep:cairo-rs", "dep:enumset"]
obj_import = ["dep:obj-rs", "dep:either"]