wgpu-utils: 0.15.2 -> 0.16.0

This commit is contained in:
Kerstin Humm 2023-04-20 23:30:51 +02:00
parent 555daa9d33
commit ca838b724d
No known key found for this signature in database
GPG key ID: 40293358C7B9326B
2 changed files with 474 additions and 268 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "wgpu-utils";
version = "0.15.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "gfx-rs";
repo = "wgpu";
rev = "v${version}";
hash = "sha256-U2e7uOGaVpT/c9EXubkaKkROjog073hVfot2bbB34AY=";
hash = "sha256-2BS38Ybz/j6QnlI1G9zc/lFJKXj4Bh7+jlvyweUVhfA=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"d3d12-0.6.0" = "sha256-xCazXUriIQWMVa3DOI1aySBATmYwyDqsVYULRV2l/44=";
"naga-0.11.0" = "sha256-q5cYmsWUwLcVS2ZmKd6YvEz3Z8IPP1dRCgQhRhgadoE=";
"naga-0.12.0" = "sha256-EZ8ZKixOFPT9ZTKIC/UGh2B3F09ENbCTUi+ASamJzMM=";
};
};