mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
commit
2691d2a8f3
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3834,9 +3834,9 @@ checksum = "eeb5a94c61e12e2cfc16ee3e2b6eca8f126a43c888586626337544a7e824a1af"
|
|||
|
||||
[[package]]
|
||||
name = "mozangle"
|
||||
version = "0.2.7"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75a61b5a06b6f362eb45590ddf2643c255768a7039bcde1dc70320b97e7f9651"
|
||||
checksum = "ef98797da14500fb5eaabc90dc91cf7c42710c11330351521d72f4aa268d689c"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"gl_generator 0.13.1",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue