minor fix
This commit is contained in:
parent
61b06a3d1a
commit
14b5adc15c
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ if not pm.is_installed("imgui_bundle"):
|
||||||
pm.install("imgui_bundle")
|
pm.install("imgui_bundle")
|
||||||
if not pm.is_installed("pyglm"):
|
if not pm.is_installed("pyglm"):
|
||||||
pm.install("pyglm")
|
pm.install("pyglm")
|
||||||
|
if not pm.is_installed("community"):
|
||||||
|
pm.install("community")
|
||||||
|
|
||||||
import moderngl
|
import moderngl
|
||||||
from imgui_bundle import imgui, immapp, hello_imgui
|
from imgui_bundle import imgui, immapp, hello_imgui
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue