Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">= 3.11"
dependencies = [
"cffi>=1.15.0",
"rubicon-objc>=0.4.1; sys_platform == 'darwin'",
"rendercanvas >=2.4", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months
"rendercanvas >=2.7", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months
Comment thread
almarklein marked this conversation as resolved.
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wgpu/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# This is the base version number, to be bumped before each release.
# The build system detects this definition when building a distribution.
__version__ = "0.31.1"
__version__ = "0.32.0"

# Set this to your library name
project_name = "wgpu"
Expand Down
Loading