mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update euclid to 0.18
This commit is contained in:
parent
88664912ed
commit
9e446971a8
27 changed files with 78 additions and 82 deletions
|
@ -45,7 +45,7 @@ domobject_derive = {path = "../domobject_derive"}
|
|||
embedder_traits = {path = "../embedder_traits"}
|
||||
encoding_rs = "0.7"
|
||||
enum-iterator = "0.2.0"
|
||||
euclid = "0.17"
|
||||
euclid = "0.18"
|
||||
fnv = "1.0"
|
||||
gleam = "0.5"
|
||||
half = "1.0"
|
||||
|
@ -69,7 +69,7 @@ mozjs = { version = "0.7.1", features = ["promises"]}
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = {version = "0.18", features = ["serde"]}
|
||||
offscreen_gl_context = {version = "0.19", features = ["serde"]}
|
||||
parking_lot = "0.5"
|
||||
phf = "0.7.18"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue