Add support for setting font features on Linux (#27808)
Fixes #15752. - Updated `cosmic_text` to 0.14.0 - Made a basic implementation for setting font features. #12176 is not fixed by this PR. Release Notes: - Added initial support for `font_features` on Linux
This commit is contained in:
parent
e13ecc07bc
commit
2b249f9e68
3 changed files with 47 additions and 15 deletions
|
@ -161,7 +161,7 @@ blade-graphics = { workspace = true, optional = true }
|
|||
blade-macros = { workspace = true, optional = true }
|
||||
blade-util = { workspace = true, optional = true }
|
||||
bytemuck = { version = "1", optional = true }
|
||||
cosmic-text = { version = "0.13.2", optional = true }
|
||||
cosmic-text = { version = "0.14.0", optional = true }
|
||||
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5474cfad4b719a72ec8ed2cb7327b2b01fd10568", features = [
|
||||
"source-fontconfig-dlopen",
|
||||
], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue