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

4
Cargo.lock generated
View file

@ -3834,9 +3834,9 @@ checksum = "eeb5a94c61e12e2cfc16ee3e2b6eca8f126a43c888586626337544a7e824a1af"
[[package]] [[package]]
name = "mozangle" name = "mozangle"
version = "0.2.7" version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a61b5a06b6f362eb45590ddf2643c255768a7039bcde1dc70320b97e7f9651" checksum = "ef98797da14500fb5eaabc90dc91cf7c42710c11330351521d72f4aa268d689c"
dependencies = [ dependencies = [
"cc", "cc",
"gl_generator 0.13.1", "gl_generator 0.13.1",

View file

@ -119,4 +119,4 @@ webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
xml5ever = "0.17" xml5ever = "0.17"
[target.'cfg(not(target_os = "ios"))'.dependencies] [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" gaol = "0.2.1"
[target.'cfg(target_os = "windows")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies]
mozangle = { version = "0.2" } mozangle = { version = "0.3", features = ["egl", "build_dlls"] }