Skip to content

Commit 3847103

Browse files
committed
Point to companion read-fonts branch
1 parent cc4a243 commit 3847103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ exclude = ["benches/", "tests/"]
1414
bitflags = "2.9"
1515
bytemuck = { version = "1.22", features = ["extern_crate_alloc"] }
1616
core_maths = "0.1" # only for no_std builds
17-
read-fonts = { version = "0.36.0", default-features = false, features = ["libm"] }
18-
# read-fonts = { git = "https://github.com/googlefonts/fontations", default-features = false, features = ["libm"] }
17+
# read-fonts = { version = "0.36.0", default-features = false, features = ["libm"] }
18+
read-fonts = { git = "https://github.com/googlefonts/fontations", branch = "unchecked-read", default-features = false, features = ["libm"] }
1919
smallvec = "1.14"
2020

2121
[features]

0 commit comments

Comments
 (0)