Skip to content

Commit

Permalink
Update to 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico committed May 12, 2021
1 parent 585664f commit d318b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "Helps create a swirly timelapse gif"
repository = "https://github.com/mattico/spiralizer"
keywords = ["image", "gif"]
license = "MIT"
edition = "2018"

[dependencies]
clap = "2"
Expand Down
6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
extern crate clap;
extern crate image;
extern crate memmap;
extern crate pbr;
extern crate tempfile;

use std::f64::consts::PI;
use std::fs::File;
use std::io::prelude::*;
Expand Down

0 comments on commit d318b29

Please sign in to comment.