Skip to content

Commit 8e12e55

Browse files
committed
Add freetype2 to HB deps
1 parent f809de2 commit 8e12e55

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bridge_harfbuzz/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ links = "harfbuzz"
2020
exclude = ["/harfbuzz/docs/", "/harfbuzz/perf/", "/harfbuzz/test/"]
2121

2222
[dependencies]
23+
tectonic_bridge_freetype2 = { path = "../bridge_freetype2", version = "0.0.0-dev.0" }
2324
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version = "0.0.0-dev.0" }
2425
libc = "0.2"
2526

@@ -31,5 +32,6 @@ tectonic_dep_support = { path = "../dep_support", version = "0.0.0-dev.0" }
3132
external-harfbuzz = []
3233

3334
[package.metadata.internal_dep_versions]
35+
tectonic_bridge_freetype2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
3436
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a"
3537
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"

0 commit comments

Comments
 (0)