Getty Ritter 4 months ago
parent
commit
0270bdfbff
1 changed files with 6 additions and 4 deletions
  1. 6 4
      tools/from-png/main.rs

+ 6 - 4
tools/from-png/main.rs

@@ -1,10 +1,12 @@
 mod opts;
 
-use clap::Parser;
-use thyme::{data::{Config, Mapping},
-            draw::Pattern,
-            image::Image};
 use crate::opts::Options;
+use clap::Parser;
+use thyme::{
+    data::{Config, Mapping},
+    draw::Pattern,
+    image::Image,
+};
 
 fn main() -> Result<(), Box<dyn std::error::Error>> {
     // read the command-line options