minor fix

This commit is contained in:
Saifeddine ALOUI
2025-02-04 00:26:22 +01:00
parent 61b06a3d1a
commit 14b5adc15c

View File

@@ -17,6 +17,8 @@ if not pm.is_installed("imgui_bundle"):
pm.install("imgui_bundle")
if not pm.is_installed("pyglm"):
pm.install("pyglm")
if not pm.is_installed("community"):
pm.install("community")
import moderngl
from imgui_bundle import imgui, immapp, hello_imgui