From def29218a549cf4653a2134eb2ae904c34941df9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 08:01:25 +0000 Subject: [PATCH] build(deps): bump gfx-backend-metal from 0.5.4 to 0.5.6 Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.5.4 to 0.5.6. - [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 53ff04b3db7f..15ea08989cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,6 +771,21 @@ dependencies = [ "objc", ] +[[package]] +name = "cocoa-foundation" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" +dependencies = [ + "bitflags", + "block", + "core-foundation 0.9.0", + "core-graphics-types", + "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-types" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e92f5d519093a4178296707dbaa3880eae85a5ef5386675f361a1cf25376e93c" +dependencies = [ + "bitflags", + "core-foundation 0.9.0", + "foreign-types", + "libc", +] + [[package]] name = "core-text" version = "13.3.2" @@ -1890,22 +1933,21 @@ dependencies = [ [[package]] name = "gfx-backend-metal" -version = "0.5.4" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "412a1e0e53e9e325a7c2e0316f1a4e8a14cbe8d8bfb5f030bc3895692f8a8254" +checksum = "92804d20b194de6c84cb4bec14ec6a6dcae9c51f0a9186817fb412a590131ae6" dependencies = [ "arrayvec 0.5.1", "bitflags", "block", - "cocoa 0.20.1", + "cocoa-foundation", "copyless", - "core-graphics 0.19.0", "foreign-types", "gfx-auxil", "gfx-hal", "lazy_static", "log", - "metal", + "metal 0.20.0", "objc", "parking_lot 0.10.2", "range-alloc", @@ -3434,6 +3476,20 @@ dependencies = [ "objc", ] +[[package]] +name = "metal" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf" +dependencies = [ + "bitflags", + "block", + "cocoa-foundation", + "foreign-types", + "log", + "objc", +] + [[package]] name = "metrics" version = "0.0.1" @@ -5782,7 +5838,7 @@ dependencies = [ "libc", "log", "mach", - "metal", + "metal 0.18.0", "objc", "parking_lot 0.10.2", "wayland-sys 0.24.0",