mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
chore: Update kurbo to 0.11.3 (#38210)
Some of the code we wrote is now also in upstream, mainly `BezPath.current_position` and euclid types conversions. Testing: Code is covered by existing WPT tests. --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Co-authored-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com>
This commit is contained in:
parent
97f544aa20
commit
61df7ab127
3 changed files with 8 additions and 23 deletions
|
@ -87,7 +87,7 @@ ipc-channel = "0.20"
|
|||
itertools = "0.14"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
keyboard-types = "0.7"
|
||||
kurbo = "0.11"
|
||||
kurbo = { version = "0.11.3", features = ["euclid"] }
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
mach2 = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue