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

Bump versions on dependencies #575

Merged
merged 1 commit into from Nov 18, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Bump versions on dependencies

dwrote-rs, freetype: Use a published crate rather than the github repository, so
    that the Firefox build system can vendor in the crate properly.
offscreen_gl_context: Pick up a new version which doesn't require a libEGL
    dependency on linux. The change was made in
    servo/surfman#74
  • Loading branch information
staktrace committed Nov 18, 2016
commit 80ac231a55d9fd48b46934042e6f29ac94208b6b

Some generated files are not rendered by default. Learn more.

@@ -22,17 +22,17 @@ gleam = "0.2"
lazy_static = "0.2"
log = "0.3"
num-traits = "0.1.32"
offscreen_gl_context = {version = "0.4", features = ["serde_serialization", "osmesa"]}
offscreen_gl_context = {version = "0.5", features = ["serde_serialization", "osmesa"]}
rayon = "0.5"
time = "0.1"
webrender_traits = {path = "../webrender_traits", default-features = false}
bitflags = "0.7"

[target.'cfg(any(target_os = "android", all(unix, not(target_os = "macos"))))'.dependencies]
freetype = {git = "https://github.com/servo/rust-freetype"}
freetype = "0.1.2"

[target.'cfg(target_os = "windows")'.dependencies]
dwrote = {git = "https://github.com/vvuk/dwrote-rs"}
dwrote = "0.1.1"

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.4.1"
@@ -19,7 +19,7 @@ byteorder = "0.5"
euclid = "0.10"
gleam = "0.2.22"
heapsize = "0.3.6"
offscreen_gl_context = {version = "0.4.5", features = ["serde_serialization"]}
offscreen_gl_context = {version = "0.5.0", features = ["serde_serialization"]}
serde = "0.8"
serde_derive = {version = "0.8", optional = true}
ipc-channel = { version = "0.5.0", optional = true }
@@ -28,7 +28,7 @@ ipc-channel = { version = "0.5.0", optional = true }
core-graphics = "0.4"

[target.'cfg(target_os = "windows")'.dependencies]
dwrote = {git = "https://github.com/vvuk/dwrote-rs"}
dwrote = "0.1.1"

[build-dependencies.serde_codegen]
version = "0.8"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.