forked from NotAShelf/beer
font: shape combining marks with harfbuzz instead of stacking
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I64d67dbc96ce3faa68d221252e44d9976a6a6964
This commit is contained in:
parent
fe004666bb
commit
5d132d9ac7
5 changed files with 317 additions and 72 deletions
|
|
@ -13,6 +13,7 @@ calloop = { version = "0.14.4", features = ["signals"] }
|
|||
calloop-wayland-source = "0.4.1"
|
||||
fontconfig = "0.11.0"
|
||||
freetype-rs = "0.38.0"
|
||||
harfbuzz_rs_now = "2.3.2"
|
||||
lru = "0.18.0"
|
||||
pound = "0.1.6"
|
||||
rustix = { version = "1.1.4", features = [
|
||||
|
|
@ -23,10 +24,10 @@ rustix = { version = "1.1.4", features = [
|
|||
"fs",
|
||||
] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_ignored = "0.1.12"
|
||||
serde_ignored = "0.1.14"
|
||||
smithay-client-toolkit = "0.20.0"
|
||||
thiserror = "2.0.18"
|
||||
toml = "0.9"
|
||||
toml = "1.1.2"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
unicode-width = "0.2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue