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. -->
This commit is contained in:
bors-servo 2023-05-02 07:00:45 +02:00 committed by GitHub
commit 2691d2a8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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"] }

View file

@ -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"] }