mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Do build-time bindgen
Majority of build_gecko.rs is just the straightforward conversion from regen.py. There are two differences that: 1. Side in whitelist is changed to mozilla::Side 2. std::atomic__My_base is added to opaque types for Windows
This commit is contained in:
parent
6dd4b4822f
commit
1cefd1bef0
8 changed files with 739 additions and 835 deletions
|
@ -9,6 +9,9 @@ name = "geckoservo"
|
|||
path = "lib.rs"
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
|
||||
[features]
|
||||
bindgen = ["style/bindgen"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
cssparser = {version = "0.7"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue