File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ maintenance = { status = "experimental" }
22
22
23
23
[dependencies ]
24
24
cfg-if = " 0.1.10"
25
- core_arch = { version = " 0.1.5 " , optional = true }
25
+ core_arch = { git = " https://github.com/rust-lang/stdarch " , optional = true }
26
26
libm = " 0.1.4"
27
27
28
28
[features ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
9
9
packed_simd = { path = " ../.." }
10
10
rayon = " ^1.0"
11
11
ispc = { version = " ^1.0.4" , optional = true }
12
- structopt = " 0.3.0"
12
+ structopt = { version = " 0.3.0" , features = [ " color " ] }
13
13
14
14
[build-dependencies ]
15
15
ispc = { version = " ^1.0.4" , optional = true }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use structopt::StructOpt;
12
12
///
13
13
/// Output is printed to `stdout`.
14
14
#[ derive( StructOpt ) ]
15
- #[ structopt( raw( setting = "structopt::clap::AppSettings::ColoredHelp" ) ) ]
16
15
struct Opt {
17
16
/// Image width.
18
17
width : usize ,
You can’t perform that action at this time.
0 commit comments