mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #11531 - emilio:anglemove, r=metajack
script: Use angle from the servo repo <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] These changes do not require tests because they're just moving a repo source. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11531) <!-- Reviewable:end -->
This commit is contained in:
commit
bc9c4b1cba
3 changed files with 5 additions and 5 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue