mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Bindgenup.
MozReview-Commit-ID: 7s0GsWaEjwe Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
b5e108598b
commit
14692bd26e
5 changed files with 142 additions and 46 deletions
|
@ -6,7 +6,7 @@
|
|||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate libbindgen;
|
||||
extern crate bindgen;
|
||||
#[cfg(feature = "bindgen")]
|
||||
extern crate regex;
|
||||
extern crate walkdir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue