Skip to content

Commit

Permalink
Update to wgpu-native v0.18.1.2 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Nov 23, 2023
1 parent 7b65d04 commit a6d4dae
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.18.1.1"
__commit_sha__ = "118848fa951af384922d703315d3b245ed1adadf"
__version__ = "0.18.1.2"
__commit_sha__ = "f326782ecb69544126579fd335effa1e7259bd2c"
version_info = tuple(map(int, __version__.split(".")))
_check_expected_version(version_info) # produces a warning on mismatch

Expand Down

0 comments on commit a6d4dae

Please sign in to comment.