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]