Skip to content

Commit 2c78e08

Browse files
committed
font related fix
1 parent 138ec87 commit 2c78e08

2 files changed

Lines changed: 3 additions & 0 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/processing_render/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ naga = { workspace = true }
1818
wesl = { workspace = true }
1919
lyon = "1.0"
2020
parley = { version = "0.7", features = ["system"] }
21+
# dlopen fontconfig at runtime instead of linking it, so Linux wheels stay manylinux-compliant
22+
fontique = { version = "0.7", features = ["fontconfig-dlopen"] }
2123
skrifa = "0.37"
2224
notosans = "0.1"
2325
raw-window-handle = "0.6"

0 commit comments

Comments
 (0)