diff --git a/examples/cube.py b/examples/cube.py index 46a65683..1df6e458 100644 --- a/examples/cube.py +++ b/examples/cube.py @@ -453,7 +453,7 @@ async def draw_frame_async(): uniform_data = np.zeros((), dtype=uniform_dtype) -if __name__ == "__main__": +if True or __name__ == "__main__": from wgpu.gui.auto import WgpuCanvas, run print("Available adapters on this system:")