Switch from servo/angle to the mozangle crate

https://github.com/servo/mozangle
This commit is contained in:
Simon Sapin 2018-03-05 16:48:01 +01:00
parent 324e22db03
commit 67d983cb12
5 changed files with 81 additions and 28 deletions

View file

@ -99,4 +99,4 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}
[target.'cfg(not(target_os = "ios"))'.dependencies]
angle = {git = "https://github.com/servo/angle", branch = "servo"}
mozangle = "0.1"