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:
Emilio Cobos Álvarez 2018-10-30 21:25:17 +00:00
parent badb8f398a
commit edf6e6a54f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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"]