From cddd1f3578809d6a1ff0e3d2cfd8556daba7b029 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 08:01:42 +0000 Subject: [PATCH] build(deps): bump gfx-backend-metal from 0.5.4 to 0.5.5 Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/gfx-rs/gfx/releases) - [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 68 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2d918ec8987..f4f158d1ef3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,6 +771,21 @@ dependencies = [ "objc", ] +[[package]] +name = "cocoa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "667fdc068627a2816b9ff831201dd9864249d6ee8d190b9532357f1fc0f61ea7" +dependencies = [ + "bitflags", + "block", + "core-foundation 0.9.0", + "core-graphics 0.21.0", + "foreign-types", + "libc", + "objc", +] + [[package]] name = "color_quant" version = "1.0.1" @@ -921,6 +936,16 @@ dependencies = [ "libc", ] +[[package]] +name = "core-foundation" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb" +dependencies = [ + "core-foundation-sys 0.8.0", + "libc", +] + [[package]] name = "core-foundation-sys" version = "0.6.2" @@ -933,6 +958,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" +[[package]] +name = "core-foundation-sys" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6" + [[package]] name = "core-graphics" version = "0.17.3" @@ -957,6 +988,18 @@ dependencies = [ "libc", ] +[[package]] +name = "core-graphics" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52a67c4378cf203eace8fb6567847eb641fd6ff933c1145a115c6ee820ebb978" +dependencies = [ + "bitflags", + "core-foundation 0.9.0", + "foreign-types", + "libc", +] + [[package]] name = "core-text" version = "13.3.2" @@ -1889,22 +1932,21 @@ dependencies = [ [[package]] name = "gfx-backend-metal" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "412a1e0e53e9e325a7c2e0316f1a4e8a14cbe8d8bfb5f030bc3895692f8a8254" +checksum = "77fe42f6685bac32650a52de5fd3adc2f72d316bbf85969b307f42abf5fce9b6" dependencies = [ "arrayvec 0.5.1", "bitflags", "block", - "cocoa 0.20.1", + "cocoa 0.22.0", "copyless", - "core-graphics 0.19.0", "foreign-types", "gfx-auxil", "gfx-hal", "lazy_static", "log", - "metal", + "metal 0.19.0", "objc", "parking_lot 0.10.2", "range-alloc", @@ -3433,6 +3475,20 @@ dependencies = [ "objc", ] +[[package]] +name = "metal" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f7ed263bb25a70ee127f56017cfc0916d1fc643be493a7c1e532700a0e57fda" +dependencies = [ + "bitflags", + "block", + "cocoa 0.22.0", + "foreign-types", + "log", + "objc", +] + [[package]] name = "metrics" version = "0.0.1" @@ -5780,7 +5836,7 @@ dependencies = [ "libc", "log", "mach", - "metal", + "metal 0.18.0", "objc", "parking_lot 0.10.2", "wayland-sys 0.24.0",