Skip to content

Commit

Permalink
oops, remember to import std::fs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed Apr 8, 2024
1 parent 6325e76 commit 163f74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cadmium/src/sketch/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::f64::consts::PI;

use svg::node::element::path::Data;
// use svg::node::element::Circle;
use std::fs;
use svg::node::element::Path;
use svg::Document;

Expand Down

0 comments on commit 163f74c

Please sign in to comment.