mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Implement CanvasRenderingContext2D.font property
This commit is contained in:
parent
15fd256302
commit
c21fde3751
11 changed files with 68 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -515,6 +515,7 @@ dependencies = [
|
|||
"raqote",
|
||||
"servo_config",
|
||||
"sparkle",
|
||||
"style",
|
||||
"surfman",
|
||||
"surfman-chains",
|
||||
"surfman-chains-api",
|
||||
|
@ -542,6 +543,7 @@ dependencies = [
|
|||
"serde_bytes",
|
||||
"servo_config",
|
||||
"sparkle",
|
||||
"style",
|
||||
"time",
|
||||
"webrender_api",
|
||||
"webxr-api",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue