Skip to content

Commit

Permalink
temp: patch cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Nov 27, 2023
1 parent 22b2969 commit 132e2b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rayon = "1.6"
font-types = { version = "0.4.0", features = ["serde"] }
read-fonts = "0.13.1"
write-fonts = { version = "0.18.0", features = ["serde", "read"] }
skrifa = "0.12.0"
skrifa = "0.13.0"
norad = "0.12"

# dev dependencies
Expand Down Expand Up @@ -52,3 +52,8 @@ members = [
"layout-normalizer",
]

[patch.crates-io]
font-types = { git = "https://github.com/googlefonts/fontations.git", branch = "delta-index-remapping"}
read-fonts = { git = "https://github.com/googlefonts/fontations.git", branch = "delta-index-remapping"}
write-fonts = { git = "https://github.com/googlefonts/fontations.git", branch = "delta-index-remapping"}
skrifa = { git = "https://github.com/googlefonts/fontations.git", branch = "delta-index-remapping"}

0 comments on commit 132e2b7

Please sign in to comment.