about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wgpu-utils
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-05-25 11:24:48 +0200
committerKerstin Humm <kerstin@erictapen.name>2023-05-25 11:26:17 +0200
commit6eaa6acb0ca80d65be02554b57f4de1f1243ae85 (patch)
tree493930955c6280529a46b3fcb364397e23f1ffc7 /pkgs/tools/graphics/wgpu-utils
parent60a2bc32e7369caf2f009f701ca98a8622abfdb3 (diff)
wgpu-utils: 0.16.0 -> 0.16.1
Diffstat (limited to 'pkgs/tools/graphics/wgpu-utils')
-rw-r--r--pkgs/tools/graphics/wgpu-utils/Cargo.lock12
-rw-r--r--pkgs/tools/graphics/wgpu-utils/default.nix4
2 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/tools/graphics/wgpu-utils/Cargo.lock b/pkgs/tools/graphics/wgpu-utils/Cargo.lock
index 8d12b3f164782..5b4861ff08483 100644
--- a/pkgs/tools/graphics/wgpu-utils/Cargo.lock
+++ b/pkgs/tools/graphics/wgpu-utils/Cargo.lock
@@ -700,7 +700,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
 
 [[package]]
 name = "dummy"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "wgpu-core",
 ]
@@ -1913,7 +1913,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
 
 [[package]]
 name = "player"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "env_logger",
  "log",
@@ -2130,7 +2130,7 @@ dependencies = [
 
 [[package]]
 name = "run-wasm"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "cargo-run-wasm",
 ]
@@ -3084,7 +3084,7 @@ dependencies = [
 
 [[package]]
 name = "wgpu"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "arrayvec 0.7.2",
  "async-executor",
@@ -3124,7 +3124,7 @@ dependencies = [
 
 [[package]]
 name = "wgpu-core"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "arrayvec 0.7.2",
  "bit-vec",
@@ -3190,7 +3190,7 @@ dependencies = [
 
 [[package]]
 name = "wgpu-info"
-version = "0.16.0"
+version = "0.16.1"
 dependencies = [
  "env_logger",
  "num-traits 0.2.15",
diff --git a/pkgs/tools/graphics/wgpu-utils/default.nix b/pkgs/tools/graphics/wgpu-utils/default.nix
index 775e642dc978c..1151d8f04f375 100644
--- a/pkgs/tools/graphics/wgpu-utils/default.nix
+++ b/pkgs/tools/graphics/wgpu-utils/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wgpu-utils";
-  version = "0.16.0";
+  version = "0.16.1";
 
   src = fetchFromGitHub {
     owner = "gfx-rs";
     repo = "wgpu";
     rev = "v${version}";
-    hash = "sha256-2BS38Ybz/j6QnlI1G9zc/lFJKXj4Bh7+jlvyweUVhfA=";
+    hash = "sha256-tGjjjQDcN9zkxQSOrW/D1Pu6cycTKo/lh71mTEpZQIE=";
   };
 
   cargoLock = {