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 /examples/cairo.rs | |
parent | f552c45b5f08c4cf7af9dda1f4251d130b38ab15 (diff) | |
download | dcel-68a72735be76a8782e03c986849da47cd2601f13.tar.xz |
cleanup
Diffstat (limited to 'examples/cairo.rs')
-rw-r--r-- | examples/cairo.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cairo.rs b/examples/cairo.rs index 3114136..cebd755 100644 --- a/examples/cairo.rs +++ b/examples/cairo.rs @@ -1,6 +1,5 @@ use cairo::{Context, SvgSurface}; use dcel::Dcel; -use enumset::EnumSet; use std::borrow::Cow; fn main() { @@ -17,7 +16,6 @@ fn main() { dcel::write_img( &dcel, &ctx, - EnumSet::all(), |v| { [ v.1[0] as f64 * width / 3.0 + width / 2.0, |