README.md

This commit is contained in:
Dmitry Sergeev
2026-09-03 20:34:39 +03:00
parent 7dca5f1c3d
commit 4fa5f9212a
7 changed files with 1142 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
const (
APP_NAME = "MXL Player"
APP_VER = "1.0.0"
APP_VER = "0.3.0"
WIN_WIDTH int32 = 1280
WIN_HEIGHT int32 = 720
)