mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Bump mozangle to 0.3.3.
This commit is contained in:
parent
8a779b84d7
commit
22ed81e397
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