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 webrender crate refs to reflect ownership change. #9733

Merged
merged 1 commit into from Feb 24, 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

Update webrender crate refs to reflect ownership change.

Also updated the 'webrender' ref to point to the latest commit.
  • Loading branch information
frewsxcv committed Feb 24, 2016
commit 83b22fd97fdef1873768d49401b370457fb71ece
@@ -34,7 +34,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
git = "https://github.com/servo/ipc-channel"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
log = "0.3"
@@ -35,7 +35,7 @@ path = "../plugins"
path = "../util"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
cssparser = {version = "0.5.3", features = ["heap_size", "serde-serialization"]}
@@ -82,10 +82,10 @@ git = "https://github.com/servo/gaol"
git = "https://github.com/servo/gaol"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies.webrender]
git = "https://github.com/glennw/webrender"
git = "https://github.com/servo/webrender"

[dependencies]
app_units = {version = "0.2.1", features = ["plugins"]}
@@ -70,7 +70,7 @@ features = ["plugins"]
git = "https://github.com/servo/ipc-channel"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.2"
@@ -57,7 +57,7 @@ path = "../util"
git = "https://github.com/servo/ipc-channel"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
app_units = {version = "0.2.1", features = ["plugins"]}
@@ -29,7 +29,7 @@ path = "../util"
git = "https://github.com/servo/ipc-channel"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
serde = "0.6"
@@ -21,7 +21,7 @@ git = "https://github.com/servo/ipc-channel"
path = "../plugins"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
bitflags = "0.3"
@@ -29,7 +29,7 @@ path = "../msg"
git = "https://github.com/servo/ipc-channel"

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies]
hyper = { version = "0.7", features = [ "serde-serialization" ] }

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

@@ -53,10 +53,10 @@ path = "../../tests/reftest.rs"
harness = false

[dependencies.webrender_traits]
git = "https://github.com/glennw/webrender_traits"
git = "https://github.com/servo/webrender_traits"

[dependencies.webrender]
git = "https://github.com/glennw/webrender"
git = "https://github.com/servo/webrender"

[features]
default = ["glutin_app", "window", "webdriver"]

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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.