mirror of
https://github.com/servo/servo.git
synced 2025-10-18 09:19:16 +01:00
Stylo has been stuck with an old version of bindgen from quite a bit of time, this commit does the minimal stuff to put it working again with master. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
regen.py | ||
regen.sh | ||
regen_atoms.py | ||
setup_bindgen.sh |
Geckolib tools
This directory contains simple tools for generating the Rust bindings for stylo.
setup_bindgen.sh
This clones Servo's version of bindgen, and uses llvm-3.8
library to build it. It will then be used to generate the Rust bindings.
regen.sh
This will regenerate the bindings for the ServoBindings.h
file in your gecko
build. The generated bindings live in components/style/gecko_bindings/bindings.rs
. For structs, the bindings are in components/style/gecko_bindings/structs_*