script: Use angle from the servo repo

This commit is contained in:
Emilio Cobos Álvarez 2016-06-01 01:17:20 +02:00
parent 55b0bb027c
commit 796fd6b63a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ debugmozjs = ['js/debugmozjs']
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
[dependencies]
angle = {git = "https://github.com/emilio/angle", branch = "servo"}
angle = {git = "https://github.com/servo/angle", branch = "servo"}
app_units = {version = "0.2.3", features = ["plugins"]}
bitflags = "0.7"
canvas = {path = "../canvas"}