From e00b44b9cc25d99264a155e3b95753fff7c3ae7e Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 23 Feb 2016 19:29:45 -0500 Subject: [PATCH] Use 'webrender_traits from Servo organization. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a12607efeb..cc5f9364d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ git = "https://github.com/servo/rust-freetype" 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.offscreen_gl_context] git = "https://github.com/ecoal95/rust-offscreen-rendering-context"