diff options
author | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-24 16:52:24 +0100 |
---|---|---|
committer | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-24 17:20:07 +0100 |
commit | 68a72735be76a8782e03c986849da47cd2601f13 (patch) | |
tree | cb769c9b1af24880d9775a99f089760ae3b56c7b /Cargo.toml | |
parent | f552c45b5f08c4cf7af9dda1f4251d130b38ab15 (diff) | |
download | dcel-68a72735be76a8782e03c986849da47cd2601f13.tar.xz |
cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |