mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use raqote from crates.io and update canvas Cargo.toml (#33411)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
b42f5eaa17
commit
777fb81260
2 changed files with 6 additions and 5 deletions
|
@ -21,8 +21,8 @@ canvas_traits = { workspace = true }
|
|||
crossbeam-channel = { workspace = true }
|
||||
cssparser = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
font-kit = { version = "0.14" }
|
||||
fnv = { workspace = true }
|
||||
font-kit = "0.14"
|
||||
fonts = { path = "../fonts" }
|
||||
half = "2"
|
||||
ipc-channel = { workspace = true }
|
||||
|
@ -34,7 +34,7 @@ parking_lot = { workspace = true }
|
|||
pathfinder_geometry = "0.5"
|
||||
pixels = { path = "../pixels" }
|
||||
range = { path = "../range" }
|
||||
raqote = { git = "https://github.com/jrmuizel/raqote", rev = "64716c8" }
|
||||
raqote = "0.8.5"
|
||||
servo_arc = { workspace = true }
|
||||
sparkle = { workspace = true }
|
||||
style = { workspace = true }
|
||||
|
@ -44,5 +44,5 @@ unicode-script = { workspace = true }
|
|||
webrender = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { workspace = true }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue