this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

🚨 Apply cargo fix

authored by

Gwenn Le Bihan and committed by
Ewen Le Bihan
a3e3d44d f3b3f356

+2 -2
+1 -1
src/color.rs
··· 1 1 use std::{ 2 2 collections::HashMap, 3 3 fs::File, 4 - io::{self, BufRead, BufReader}, 4 + io::{BufRead, BufReader}, 5 5 path::PathBuf, 6 6 }; 7 7
+1 -1
src/main.rs
··· 1 - use shapemaker::{Canvas, Color, Fill, Layer, Object, Region, Video}; 1 + use shapemaker::{Canvas, Color, Fill, Object, Region, Video}; 2 2 mod cli; 3 3 pub use cli::{canvas_from_cli, cli_args}; 4 4