mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bump euclid to 0.13 and heapsize to 0.4
This commit is contained in:
parent
b584944f17
commit
0a254b0306
30 changed files with 193 additions and 191 deletions
|
@ -13,12 +13,12 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
app_units = "0.4.1"
|
||||
bitflags = "0.7"
|
||||
euclid = "0.11"
|
||||
euclid = "0.13"
|
||||
fnv = "1.0"
|
||||
fontsan = {git = "https://github.com/servo/fontsan"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
harfbuzz-sys = "0.1"
|
||||
heapsize = "0.3.0"
|
||||
heapsize = "0.4"
|
||||
heapsize_derive = "0.1"
|
||||
ipc-channel = "0.7"
|
||||
lazy_static = "0.2"
|
||||
|
@ -33,7 +33,7 @@ serde_derive = "0.9"
|
|||
servo_atoms = {path = "../atoms"}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
smallvec = "0.3"
|
||||
smallvec = "0.4"
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue