Skip to content

Commit 9914545

Browse files
authored
New wgpu native (#506)
1 parent b5e9f66 commit 9914545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wgpu/backends/wgpu_native/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010

1111
# The wgpu-native version that we target/expect
12-
__version__ = "0.19.3.1"
13-
__commit_sha__ = "8f94e257f4abef4e5333fc1b181c2b404d6e34c0"
12+
__version__ = "0.19.4.1"
13+
__commit_sha__ = "d89e5a93f5fd0bb3ce28f09571dbbefea37712c9"
1414
version_info = tuple(map(int, __version__.split(".")))
1515
_check_expected_version(version_info) # produces a warning on mismatch
1616

0 commit comments

Comments
 (0)