Prefer length and percentage for word spacing

This commit is contained in:
Ravi Shankar 2016-08-09 11:16:53 +05:30
parent 7ed9134e5a
commit a04028eede
15 changed files with 135 additions and 10 deletions

View file

@ -57,6 +57,7 @@ extern crate log;
#[macro_use]
extern crate matches;
extern crate num_traits;
extern crate ordered_float;
extern crate rand;
extern crate rustc_serialize;
extern crate selectors;