Skip to content

Commit 313c6b2

Browse files
committed
Merge branch 'common-fixes' into rayon
2 parents 4eed9ca + 1628924 commit 313c6b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "mandelbrot"
33
version = "0.2.0"
44
authors = ["Jim Blandy <[email protected]>"]
5+
edition = "2018"
56

67
[dependencies]
78
num = "0.1.34"

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
extern crate num;
21
use num::Complex;
32

43
extern crate rayon;
@@ -130,8 +129,6 @@ fn render(pixels: &mut [u8],
130129
}
131130
}
132131

133-
extern crate image;
134-
135132
use image::ColorType;
136133
use image::png::PNGEncoder;
137134
use std::fs::File;

0 commit comments

Comments
 (0)