mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bump euclid to 0.17
This commit is contained in:
parent
6fbf2c1e3c
commit
c28dcbc3e5
23 changed files with 73 additions and 73 deletions
|
@ -43,7 +43,7 @@ devtools_traits = {path = "../devtools_traits"}
|
|||
dom_struct = {path = "../dom_struct"}
|
||||
domobject_derive = {path = "../domobject_derive"}
|
||||
encoding_rs = "0.7"
|
||||
euclid = "0.16"
|
||||
euclid = "0.17"
|
||||
fnv = "1.0"
|
||||
gleam = "0.4"
|
||||
half = "1.0"
|
||||
|
@ -66,7 +66,7 @@ mozjs = { version = "0.1.10", features = ["promises"]}
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = { version = "0.14", features = ["serde"] }
|
||||
offscreen_gl_context = { version = "0.15", features = ["serde"] }
|
||||
parking_lot = "0.4"
|
||||
phf = "0.7.18"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue