Skip to content

Commit 39ef121

Browse files
committed
Add graphite2 bridge
1 parent 0ade269 commit 39ef121

5 files changed

Lines changed: 499 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bridge_graphite2/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ license = "MIT"
2020
edition = "2021"
2121
links = "graphite2"
2222

23+
[dependencies]
24+
libc = "0.2"
25+
2326
[build-dependencies]
2427
tectonic_dep_support = { path = "../dep_support", version = "0.0.0-dev.0" }
2528

0 commit comments

Comments
 (0)