mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Add a build log mechanism.
MozReview-Commit-ID: 4Zo1EveUYkK Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
ae1a7cc7b8
commit
a1930fc554
3 changed files with 50 additions and 1 deletions
|
@ -8,6 +8,8 @@ extern crate lazy_static;
|
|||
#[cfg(feature = "bindgen")]
|
||||
extern crate bindgen;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate log;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate regex;
|
||||
extern crate walkdir;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue