aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-05-02 07:00:45 +0200
committerGitHub <noreply@github.com>2023-05-02 07:00:45 +0200
commit2691d2a8f3a9d899b4ec6a9d061b8ffd733c76dd (patch)
tree8a4c1956f1e93d2449bea55cc2b7a50f7491941e /components
parentc92ea9774f16c69c6e7ba769c9a1f0d27d2a4023 (diff)
parent22ed81e397f8c84af295fc30c41987e5c7b39439 (diff)
downloadservo-2691d2a8f3a9d899b4ec6a9d061b8ffd733c76dd.tar.gz
servo-2691d2a8f3a9d899b4ec6a9d061b8ffd733c76dd.zip
Auto merge of #29698 - sagudev:phil-bump-mozangle, r=jdm
Bump mozangle to 0.3.3. Rebased https://github.com/servo/servo/pull/28462. --- <!-- 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 - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components')
-rw-r--r--components/script/Cargo.toml2
-rw-r--r--components/servo/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 95b7a2ff86c..94a8a3f33b4 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -119,4 +119,4 @@ webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
xml5ever = "0.17"
[target.'cfg(not(target_os = "ios"))'.dependencies]
-mozangle = "0.2"
+mozangle = { version = "0.3", features = ["egl", "build_dlls"] }
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index f514c10a9e8..429ad82953f 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -92,4 +92,4 @@ webxr-api = { git = "https://github.com/servo/webxr" }
gaol = "0.2.1"
[target.'cfg(target_os = "windows")'.dependencies]
-mozangle = { version = "0.2" }
+mozangle = { version = "0.3", features = ["egl", "build_dlls"] }