Fix up android/glut port to find its servo dependency.

This commit is contained in:
Simon Sapin 2014-12-02 16:33:10 -08:00
parent 14e28f6654
commit 26cd2b46df

View file

@ -24,7 +24,7 @@ git = "https://github.com/servo/rust-layers"
path = "../../../components/msg" path = "../../../components/msg"
[dependencies.servo] [dependencies.servo]
path = "../../.." path = "../../../components/servo"
default-features = false default-features = false
[dependencies.util] [dependencies.util]