From 26cd2b46df2a49ae37d8a22a4b6ed1116b01e49a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 2 Dec 2014 16:33:10 -0800 Subject: [PATCH] Fix up android/glut port to find its servo dependency. --- ports/android/glut_app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/android/glut_app/Cargo.toml b/ports/android/glut_app/Cargo.toml index 1fdad3d343e..f2e1bf4f65a 100644 --- a/ports/android/glut_app/Cargo.toml +++ b/ports/android/glut_app/Cargo.toml @@ -24,7 +24,7 @@ git = "https://github.com/servo/rust-layers" path = "../../../components/msg" [dependencies.servo] -path = "../../.." +path = "../../../components/servo" default-features = false [dependencies.util]