Skip to content

Commit c5cb2ff

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bridge_harfbuzz/Cargo.toml

Lines changed: 2 additions & 0 deletions
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)