mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Revert "Add a simple implementation of CanvasRenderingContext2d.fillText"
Windows crash: https://github.com/servo/servo/issues/26015
This commit is contained in:
parent
19d6b7b380
commit
40f6cd87d4
11 changed files with 32 additions and 111 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -486,7 +486,6 @@ dependencies = [
|
|||
"embedder_traits",
|
||||
"euclid",
|
||||
"fnv",
|
||||
"font-kit",
|
||||
"gleam 0.9.2",
|
||||
"half",
|
||||
"ipc-channel",
|
||||
|
@ -4407,8 +4406,8 @@ checksum = "dd5927936723a9e8b715d37d7e4b390455087c4bdf25b9f702309460577b14f9"
|
|||
|
||||
[[package]]
|
||||
name = "raqote"
|
||||
version = "0.7.15-alpha.0"
|
||||
source = "git+https://github.com/jrmuizel/raqote#56fa45b39ec5dc6779bdc7c103394df5cf58d546"
|
||||
version = "0.7.8-alpha.0"
|
||||
source = "git+https://github.com/jrmuizel/raqote#0cad3c338d9587bf0e9f6bc9e26112998767a1b5"
|
||||
dependencies = [
|
||||
"euclid",
|
||||
"font-kit",
|
||||
|
@ -5800,9 +5799,9 @@ checksum = "c666f0fed8e1e20e057af770af9077d72f3d5a33157b8537c1475dd8ffd6d32b"
|
|||
|
||||
[[package]]
|
||||
name = "sw-composite"
|
||||
version = "0.7.6"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "489500b88acdc4007684adf921506e84057e232a7f8b76a0caa288169ab39b94"
|
||||
checksum = "50a36f1738c7e57fec506df8c94719b2210816ab9de4d3dadeb9efb6bc71f1d2"
|
||||
|
||||
[[package]]
|
||||
name = "swapper"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue