ImGui wrapper

This commit is contained in:
Dmitry Sergeev
2026-08-24 23:46:34 +03:00
parent 2b247d0fd6
commit 16692b693a
5 changed files with 287 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "mxl-player/internal/imgui"
func main() {
imgui.New()
}