mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Stop the madness and use cssparser as an external lib / crate.
See mozilla-servo/rust-cssparser@bb35329bd6 and mozilla/rust#7899
This commit is contained in:
parent
3f6a557578
commit
af2f90fe74
1 changed files with 1 additions and 17 deletions
|
@ -2,23 +2,7 @@
|
||||||
#[crate_type = "lib"];
|
#[crate_type = "lib"];
|
||||||
|
|
||||||
extern mod extra;
|
extern mod extra;
|
||||||
|
extern mod cssparser;
|
||||||
#[path = "../rust-cssparser/ast.rs"]
|
|
||||||
mod ast;
|
|
||||||
#[path = "../rust-cssparser/tokenizer.rs"]
|
|
||||||
mod tokenizer;
|
|
||||||
#[path = "../rust-cssparser/parser.rs"]
|
|
||||||
mod syntax;
|
|
||||||
#[path = "../rust-cssparser/color.rs"]
|
|
||||||
mod color;
|
|
||||||
|
|
||||||
|
|
||||||
mod cssparser {
|
|
||||||
pub use super::ast::*;
|
|
||||||
pub use super::tokenizer::*;
|
|
||||||
pub use super::syntax::*;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
pub mod stylesheets;
|
pub mod stylesheets;
|
||||||
pub mod selectors;
|
pub mod selectors;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue