mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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
|
@ -14,8 +14,8 @@
|
|||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
|
||||
extern crate app_units;
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate cssparser_macros;
|
||||
extern crate euclid;
|
||||
#[cfg(feature = "servo")] extern crate heapsize;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate heapsize_derive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue