Skip to content

Commit

Permalink
Use fea-rs feature writer API for kerning
Browse files Browse the repository at this point in the history
This is a WIP; in particular I'm not sure how we should be passing
errors around. That said this is working for features, and we can
iterate from here.
  • Loading branch information
cmyr committed Oct 20, 2023
1 parent 406234a commit 59497b4
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 164 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ members = [
"ufo2fontir",
"fontc",
]

[patch.crates-io]
fea-rs = { git = "https://github.com/cmyr/fea-rs.git", branch = "public-feature-builder-api" }
Loading

0 comments on commit 59497b4

Please sign in to comment.