Skip to content

Commit d0a3bcf

Browse files
authored
Add rendercanvas version to diagnostics (#653)
1 parent 113e6e6 commit d0a3bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu/_diagnostics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ class VersionDiagnostics(DiagnosticsBase):
473473
def get_dict(self):
474474
core_libs = ["wgpu", "cffi"]
475475
qt_libs = ["PySide6", "PyQt6", "PySide2", "PyQt5"]
476-
gui_libs = [*qt_libs, "glfw", "jupyter_rfb", "wx"]
476+
gui_libs = ["rendercanvas", *qt_libs, "glfw", "jupyter_rfb", "wx"]
477477
extra_libs = ["numpy", "pygfx", "pylinalg", "fastplotlib"]
478478

479479
info = {}

0 commit comments

Comments
 (0)