Skip to content

Commit

Permalink
harfbuzz-sys: Exclude more from published package.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waywardmonkeys committed Aug 18, 2023
1 parent 89252e3 commit 181db29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ keywords = ["opentype", "font", "text", "layout", "unicode"]
categories = ["external-ffi-bindings", "internationalization"]

exclude = [
"harfbuzz/test/subset/data/fonts/*",
"harfbuzz/test/fuzzing/fonts/*",
"harfbuzz/test/shaping/data/text-rendering-tests/fonts/*",
"harfbuzz/test/shaping/data/aots/fonts/*",
"harfbuzz/test/shaping/data/in-house/fonts/*",
"harfbuzz/docs/*",
"harfbuzz/subprojects/benchmark-1.5.2/*",
"harfbuzz/test/*",
"update.sh",
]

links = "harfbuzz"
Expand Down

0 comments on commit 181db29

Please sign in to comment.