mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update to cssparser 0.11
This commit is contained in:
parent
0f2d000a23
commit
33ef6f78e5
17 changed files with 56 additions and 35 deletions
|
@ -26,7 +26,8 @@ app_units = "0.4"
|
|||
atomic_refcell = "0.1"
|
||||
bitflags = "0.7"
|
||||
cfg-if = "0.1.0"
|
||||
cssparser = "0.10"
|
||||
cssparser = "0.11"
|
||||
cssparser-macros = "0.1.0"
|
||||
encoding = "0.2"
|
||||
euclid = "0.11"
|
||||
fnv = "1.0"
|
||||
|
|
|
@ -42,8 +42,8 @@ extern crate atomic_refcell;
|
|||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
#[cfg(feature = "gecko")] #[macro_use] #[no_link] extern crate cfg_if;
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser_macros;
|
||||
extern crate encoding;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue