Skip to content

Commit

Permalink
Merge pull request #781 from pkgw/harfbuzz-round-2
Browse files Browse the repository at this point in the history
bridge_harfbuzz: exclude some Harfbuzz files from the Cargo package
  • Loading branch information
pkgw committed Jun 7, 2021
2 parents 0b08d4a + ed04607 commit f65cd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bridge_harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 the Tectonic Project
# Copyright 2020-2021 the Tectonic Project
# Licensed under the MIT License.

# See README.md for discussion of features (or lack thereof) in this crate.
Expand All @@ -17,6 +17,7 @@ readme = "README.md"
license = "MIT"
edition = "2018"
links = "harfbuzz"
exclude = ["/harfbuzz/docs/", "/harfbuzz/perf/", "/harfbuzz/test/"]

[dependencies]
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version = "0.0.0-dev.0" }
Expand Down

0 comments on commit f65cd85

Please sign in to comment.