Skip to content

Commit 0cb43c8

Browse files
harfbuzz-sys: Exclude more from published package. (#215)
We shouldn't need any of the test stuff, the benchmark library, or docs from harfbuzz in the package on crates.io. The previous exclusion block was very incomplete for the version of harfbuzz provided.
1 parent 89252e3 commit 0cb43c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

harfbuzz-sys/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ keywords = ["opentype", "font", "text", "layout", "unicode"]
1313
categories = ["external-ffi-bindings", "internationalization"]
1414

1515
exclude = [
16-
"harfbuzz/test/subset/data/fonts/*",
17-
"harfbuzz/test/fuzzing/fonts/*",
18-
"harfbuzz/test/shaping/data/text-rendering-tests/fonts/*",
19-
"harfbuzz/test/shaping/data/aots/fonts/*",
20-
"harfbuzz/test/shaping/data/in-house/fonts/*",
16+
"harfbuzz/docs/*",
17+
"harfbuzz/subprojects/benchmark-1.5.2/*",
18+
"harfbuzz/test/*",
19+
"update.sh",
2120
]
2221

2322
links = "harfbuzz"

0 commit comments

Comments
 (0)