logo

Rust program to generate site logo

git clone git://git.shimmy1996.com/logo.git
commit a753bba9e1f4911e649d9d663ce7d5d4024f44a0
parent 955f23cef2f8eb80f6258b0e4dcdbcf9a36c65d8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  1 Dec 2019 23:56:19 -0500

Remove extern crate, which is no longer needed

Diffstat:
Msrc/main.rs | 3---
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main.rs b/src/main.rs
@@ -1,6 +1,3 @@
-extern crate resvg;
-extern crate svg;
-
 use std::cmp;
 use std::io;
 use std::path::Path;