Skip to content

Commit

Permalink
New wgpu native
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jun 12, 2024
1 parent 7aadc72 commit f77f6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu/backends/wgpu_native/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@


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

Expand Down

0 comments on commit f77f6c9

Please sign in to comment.