mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move config info from build_gecko.rs to a toml file in gecko.
This commit is contained in:
parent
0b3fd8de76
commit
f123b26e6c
4 changed files with 247 additions and 579 deletions
|
@ -10,6 +10,8 @@ extern crate bindgen;
|
|||
extern crate log;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate regex;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate toml;
|
||||
extern crate walkdir;
|
||||
|
||||
use std::env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue