Bug 1680118 - Update to mozangle 0.3.2. r=kvark

Differential Revision: https://phabricator.services.mozilla.com/D98379
This commit is contained in:
Jeff Muizelaar 2020-12-02 01:46:58 +00:00
Родитель 34bf7e723f
Коммит 348522399d
4 изменённых файлов: 8 добавлений и 8 удалений

10
gfx/wr/Cargo.lock сгенерированный
Просмотреть файл

@ -468,7 +468,7 @@ version = "0.1.0"
dependencies = [
"euclid 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gleam 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.61.0",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -990,7 +990,7 @@ dependencies = [
[[package]]
name = "mozangle"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1813,7 +1813,7 @@ dependencies = [
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"malloc_size_of_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"plane-split 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
"png 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1972,7 +1972,7 @@ dependencies = [
"glutin 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.23.3 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"osmesa-src 0.2.0 (git+https://github.com/servo/osmesa-src)",
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2161,7 +2161,7 @@ dependencies = [
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b74826530a7c9fffbe28d27d0499433bd51f67b4f45d658ba23e62499307cc17"
"checksum mozangle 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d77438925edbca894202489c32351b3cce7e0ab25ae7358af83824440ef5e8e2"
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
"checksum nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"

Просмотреть файл

@ -8,7 +8,7 @@ edition = "2018"
[target.'cfg(windows)'.dependencies]
euclid = "0.22"
gleam = "0.13"
mozangle = {version = "0.3.1", features = ["egl"]}
mozangle = {version = "0.3.2", features = ["egl"]}
webrender = {path = "../webrender"}
winapi = {version = "0.3", features = ["winerror", "d3d11", "dcomp"]}
winit = "0.19"

Просмотреть файл

@ -58,7 +58,7 @@ tracy-rs = "0.1.2"
derive_more = "0.99"
[dev-dependencies]
mozangle = "0.3.1"
mozangle = "0.3.2"
rand = "0.4"
[target.'cfg(any(target_os = "android", all(unix, not(target_os = "macos"))))'.dependencies]

Просмотреть файл

@ -43,7 +43,7 @@ software = [ "swgl" ]
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.11"
mozangle = { version = "0.3.1", features = ["egl"] }
mozangle = { version = "0.3.2", features = ["egl"] }
[target.'cfg(all(unix, not(target_os = "android")))'.dependencies]
font-loader = "0.11"