Skip to content

Commit

Permalink
Update Euclid.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Feb 4, 2016
1 parent b1fffcd commit 2ea9f2d
Show file tree
Hide file tree
Showing 23 changed files with 311 additions and 259 deletions.
2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -37,4 +37,4 @@ git = "https://github.com/servo/ipc-channel"
log = "0.3"
num = "0.1.24"
gleam = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
2 changes: 1 addition & 1 deletion components/canvas_traits/Cargo.toml
Expand Up @@ -36,6 +36,6 @@ path = "../util"

[dependencies]
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde_macros = "0.6"

4 changes: 2 additions & 2 deletions components/compositing/Cargo.toml
Expand Up @@ -82,13 +82,13 @@ git = "https://github.com/servo/gaol"
git = "https://github.com/servo/gaol"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
image = "0.5.0"
log = "0.3"
num = "0.1.24"
time = "0.1.17"
gleam = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
url = "0.5.4"
Expand Down
4 changes: 2 additions & 2 deletions components/gfx/Cargo.toml
Expand Up @@ -9,9 +9,9 @@ name = "gfx"
path = "lib.rs"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
bitflags = "0.3"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
fnv = "1.0"
harfbuzz-sys = "0.1"
lazy_static = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/gfx_traits/Cargo.toml
Expand Up @@ -25,6 +25,6 @@ path = "../plugins"
path = "../util"

[dependencies]
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
4 changes: 2 additions & 2 deletions components/layout/Cargo.toml
Expand Up @@ -54,7 +54,7 @@ path = "../util"
git = "https://github.com/servo/ipc-channel"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
fnv = "1.0"
Expand All @@ -64,7 +64,7 @@ libc = "0.2"
selectors = "0.4.1"
smallvec = "0.1"
string_cache = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
serde_json = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion components/msg/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ cssparser = { version = "0.5", features = [ "serde-serialization" ] }
bitflags = "0.3"
hyper = { version = "0.7", features = [ "serde-serialization" ] }
rustc-serialize = "0.3.4"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
url = "0.5.4"
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -63,7 +63,7 @@ features = ["unstable"]
path = "../gfx_traits"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
encoding = "0.2"
Expand All @@ -81,7 +81,7 @@ smallvec = "0.1"
html5ever = { version = "0.4", features = ["unstable"] }
selectors = "0.4.1"
string_cache = { version = "0.2", features = ["unstable"] }
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
rand = "0.3"
serde = "0.6"
caseless = "0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions components/script_traits/Cargo.toml
Expand Up @@ -41,9 +41,9 @@ path = "../devtools_traits"
git = "https://github.com/servo/ipc-channel"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
libc = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
time = "0.1.12"
Expand Down

0 comments on commit 2ea9f2d

Please sign in to comment.