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:
sagudev 2025-07-22 10:23:13 +02:00 committed by GitHub
parent 97f544aa20
commit 61df7ab127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 23 deletions

View file

@ -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"