mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix up android/glut port to find its servo dependency.
This commit is contained in:
parent
14e28f6654
commit
26cd2b46df
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue