Initial commit

This commit is contained in:
ChaoticByte 2025-08-21 18:16:10 +02:00
commit b3f3a77fc7
No known key found for this signature in database
8 changed files with 242 additions and 0 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module github.com/ChaoticByte/xels
go 1.24.5
require github.com/hajimehoshi/ebiten/v2 v2.8.8
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)