mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
style: Update cbindgen due to breaking change.
https://github.com/eqrion/cbindgen/pull/233 changed the way one of the options we use work. I think the new behavior is better, but we should do this sooner rather than later, and fix broken builds. Differential Revision: https://phabricator.services.mozilla.com/D10301
This commit is contained in:
parent
badb8f398a
commit
edf6e6a54f
1 changed files with 14 additions and 14 deletions
|
@ -38,19 +38,19 @@ derive_helper_methods = true
|
||||||
[export]
|
[export]
|
||||||
prefix = "Style"
|
prefix = "Style"
|
||||||
include = [
|
include = [
|
||||||
"StyleAppearance",
|
"Appearance",
|
||||||
"StyleComputedFontStretchRange",
|
"ComputedFontStretchRange",
|
||||||
"StyleComputedFontStyleDescriptor",
|
"ComputedFontStyleDescriptor",
|
||||||
"StyleComputedFontWeightRange",
|
"ComputedFontWeightRange",
|
||||||
"StyleComputedTimingFunction",
|
"ComputedTimingFunction",
|
||||||
"StyleDisplay",
|
"Display",
|
||||||
"StyleDisplayMode",
|
"DisplayMode",
|
||||||
"StyleFillRule",
|
"FillRule",
|
||||||
"StyleFontDisplay",
|
"FontDisplay",
|
||||||
"StyleFontFaceSourceListComponent",
|
"FontFaceSourceListComponent",
|
||||||
"StyleFontLanguageOverride",
|
"FontLanguageOverride",
|
||||||
"StyleTimingFunction",
|
"TimingFunction",
|
||||||
"StylePathCommand",
|
"PathCommand",
|
||||||
"StyleUnicodeRange",
|
"UnicodeRange",
|
||||||
]
|
]
|
||||||
item_types = ["enums", "structs", "typedefs"]
|
item_types = ["enums", "structs", "typedefs"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue