From 47e39ec1e3f5ee8b6d72212872898b21e2bc7220 Mon Sep 17 00:00:00 2001 From: Zakor Gyula Date: Sun, 24 Nov 2019 14:34:36 +0100 Subject: [PATCH] Patch wgpu-native --- Cargo.lock | 3 +-- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52071e8a1bd94..6c0c382d10b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6327,8 +6327,7 @@ dependencies = [ [[package]] name = "wgpu-native" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d94a72d634c7c69f37da2bf9adc1d801a7504ad784cc03dc254902bd720c84c" +source = "git+https://github.com/zakorgy/wgpu?branch=v0.4#128a16b9887a60a087a9d41ff68b20ce07cf6265" dependencies = [ "arrayvec 0.5.1", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 4d4ec587eed8d..3bb824b3417fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,4 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" } # https://github.com/retep998/winapi-rs/pull/816 winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" } spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu" } +wgpu-native = { git = "https://github.com/zakorgy/wgpu", branch = "v0.4" }