Skip to content

Commit

Permalink
Add rendercanvas version to diagnostics (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Dec 10, 2024
1 parent 113e6e6 commit d0a3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ class VersionDiagnostics(DiagnosticsBase):
def get_dict(self):
core_libs = ["wgpu", "cffi"]
qt_libs = ["PySide6", "PyQt6", "PySide2", "PyQt5"]
gui_libs = [*qt_libs, "glfw", "jupyter_rfb", "wx"]
gui_libs = ["rendercanvas", *qt_libs, "glfw", "jupyter_rfb", "wx"]
extra_libs = ["numpy", "pygfx", "pylinalg", "fastplotlib"]

info = {}
Expand Down

0 comments on commit d0a3bcf

Please sign in to comment.