File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ maintenance = { status = "experimental" }
2222
2323[dependencies ]
2424cfg-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 }
2626libm = " 0.1.4"
2727
2828[features ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99packed_simd = { path = " ../.." }
1010rayon = " ^1.0"
1111ispc = { version = " ^1.0.4" , optional = true }
12- structopt = " 0.3.0"
12+ structopt = { version = " 0.3.0" , features = [ " color " ] }
1313
1414[build-dependencies ]
1515ispc = { version = " ^1.0.4" , optional = true }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use structopt::StructOpt;
1212///
1313/// Output is printed to `stdout`.
1414#[ derive( StructOpt ) ]
15- #[ structopt( raw( setting = "structopt::clap::AppSettings::ColoredHelp" ) ) ]
1615struct Opt {
1716 /// Image width.
1817 width : usize ,
You can’t perform that action at this time.
0 commit comments