Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update euclid to 0.3 #8241

Merged
merged 2 commits into from Oct 28, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -9,9 +9,11 @@ path = "lib.rs"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]

[dependencies.canvas_traits]
path = "../canvas_traits"
@@ -40,4 +42,4 @@ features = [ "serde-serialization" ]
log = "0.3"
num = "0.1.24"
gleam = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
@@ -12,9 +12,11 @@ path = "../gfx_traits"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]

[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
@@ -37,6 +39,6 @@ path = "../plugins"
path = "../util"

[dependencies]
euclid = "0.2"
serde_macros = "0.5"
euclid = {version = "0.3", features = ["plugins"]}
serde_macros = "0.6"

@@ -48,9 +48,11 @@ path = "../plugins"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]

[dependencies.clipboard]
git = "https://github.com/aweinstock314/rust-clipboard"
@@ -67,13 +69,13 @@ version = "0.2"
features = [ "serde_serialization" ]

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
image = "0.4.0"
log = "0.3"
num = "0.1.24"
time = "0.1.17"
gleam = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}

[target.x86_64-apple-darwin.dependencies]
core-graphics = "0.1"
@@ -35,5 +35,5 @@ log = "0.3"
time = "0.1"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"

@@ -32,5 +32,5 @@ time = "0.1"
rustc-serialize = "0.3"
bitflags = "0.3"
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"

@@ -9,9 +9,9 @@ name = "gfx"
path = "lib.rs"

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
bitflags = "0.3"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
fnv = "1.0"
harfbuzz-sys = "0.1"
lazy_static = "0.1"
@@ -20,7 +20,7 @@ log = "0.3"
rand = "0.3"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = "0.1"
time = "0.1.12"
@@ -52,9 +52,11 @@ path = "../style"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]

[dependencies.skia]
git = "https://github.com/servo/skia"
@@ -9,3 +9,4 @@ path = "lib.rs"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]
@@ -9,6 +9,7 @@ path = "lib.rs"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.canvas]
path = "../canvas"
@@ -67,7 +68,7 @@ version = "0.2"
features = [ "serde_serialization" ]

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
log = "0.3"
encoding = "0.2"
fnv = "1.0"
@@ -77,9 +78,9 @@ libc = "0.1"
smallvec = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
serde_json = "0.5"
unicode-bidi = "0.2"
unicode-script = { version = "0.1", features = ["harfbuzz"] }
@@ -33,7 +33,7 @@ version = "0.2"
features = [ "serde_serialization" ]

[dependencies]
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"

@@ -18,9 +18,11 @@ path = "../style_traits"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]

[dependencies.hyper]
version = "0.6"
@@ -41,12 +43,12 @@ features = ["texture_surface"]
path = "../plugins"

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
bitflags = "0.3"
rustc-serialize = "0.3.4"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.1"
@@ -40,4 +40,4 @@ regex = "0.1.14"
regex_macros = "0.1.8"
flate2 = "0.2.0"
uuid = "0.1.16"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
@@ -32,9 +32,9 @@ path = "../plugins"

[dependencies]
log = "0.3"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
image = "0.4.0"
regex = "0.1.33"
regex_macros = "0.1.19"
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
@@ -31,5 +31,5 @@ path = "../plugins"

[dependencies]
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
time = "0.1.12"
@@ -71,7 +71,7 @@ version = "0.6"
features = [ "serde-serialization" ]

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
log = "0.3"
encoding = "0.2"
fnv = "1.0"
@@ -87,7 +87,7 @@ smallvec = "0.1"
html5ever = { version = "0.2.1", features = ["unstable"] }
string_cache = { version = "0.1.15", features = ["unstable"] }
string_cache_plugin = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
tendril = "0.1.1"
rand = "0.3"
serde = "0.6"
@@ -33,9 +33,9 @@ version = "0.2"
features = [ "serde_serialization" ]

[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
libc = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.5"
serde_macros = "0.6"
time = "0.1.12"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.