Sourced from wgpu's releases.
v0.19.3
Autogenerated binary wheels that include wgpu-native. See the changelog for details.
Sourced from wgpu's changelog.
[v0.19.3] - 10-12-2024
Fixed:
- Ensure that wgpu is compatible both with imgui 1.6.0 and older by
@hmaarrfk
in pygfx/wgpu-py#649- Clean up async code and add proper trio / rendercanvas support by
@fyellin
in pygfx/wgpu-py#631- Remove timeout in awaitable by
@almarklein
in pygfx/wgpu-py#651- Allow
rendercanvas.get_context()
before a backend is selected by@almarklein
in pygfx/wgpu-py#652
948ef5b
Bump version (#654)d0a3bcf
Add rendercanvas version to diagnostics (#653)113e6e6
Allow get_context before a backend is selected (#652)926c7cc
Remove timeout in awaitable (#651)1cc0e24
Clean up async code (#631)c5108ac
Ensure that wgpu is compatible both with imgui 1.6.0 and older (#649)