-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fontdb, rustybuzz, and ttf-parser #296
base: main
Are you sure you want to change the base?
Conversation
Might be worth updating this PR to use |
96e5c8e
to
a0a03fc
Compare
Sorry for the delay, had a busy week. Done :) |
a0a03fc
to
fec03d3
Compare
fec03d3
to
d2ab394
Compare
|
self_cell = "1.0.1" | ||
swash = { version = "0.1.17", optional = true } | ||
syntect = { version = "5.1.0", optional = true } | ||
sys-locale = { version = "0.3.1", optional = true } | ||
ttf-parser = { version = "0.21", default-features = false } | ||
ttf-parser = { version = "0.24", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ttf-parser = { version = "0.24", default-features = false } | |
ttf-parser = { version = "0.24", default-features = false, features = [ "opentype-layout" ] } |
gpos
and gsub
used in monospace_fallback require this feature.
fontdb 0.21 is an update that resolves the symlink regression.
I have tested this update on my machine (as the author), which has heavily symlinked fonts due to Nix/home-manager usage.