mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
fonts: Enable fast text shaping on Windows (#33123)
* Use patched dwrote Signed-off-by: crbrz <cristianb@gmail.com> * Enable fast text shaping Signed-off-by: crbrz <cristianb@gmail.com> * Add fast text shape test Signed-off-by: crbrz <cristianb@gmail.com> * Update dwrote to 0.11.1 Signed-off-by: crbrz <cristianb@gmail.com> --------- Signed-off-by: crbrz <cristianb@gmail.com>
This commit is contained in:
parent
6f333a8e29
commit
4ae2610c24
4 changed files with 103 additions and 15 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1516,9 +1516,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dwrote"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
||||
checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue