mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Add raqote to canvas' dependencies
This commit is contained in:
parent
e3dc86bd8a
commit
d1397c0b20
2 changed files with 156 additions and 37 deletions
|
@ -27,6 +27,7 @@ ipc-channel = "0.11"
|
|||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
offscreen_gl_context = {version = "0.22", features = ["serde", "osmesa"]}
|
||||
raqote = {git = "https://github.com/jrmuizel/raqote"}
|
||||
pixels = {path = "../pixels"}
|
||||
serde_bytes = "0.10"
|
||||
servo_config = {path = "../config"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue