Support keyword values for 'cursor' in geckolib

This commit is contained in:
Matt Brubeck 2016-06-09 10:09:04 -07:00
parent ca58ff607e
commit d4a84cce8e
4 changed files with 56 additions and 0 deletions

View file

@ -29,6 +29,7 @@ extern crate smallvec;
#[macro_use(atom, ns)]
extern crate string_cache;
extern crate style;
extern crate style_traits;
extern crate url;
extern crate util;