This commit is contained in:
Michał Gdula 2024-01-08 13:29:40 +00:00
parent 09446517cf
commit 1b05e0364b
8 changed files with 266 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module ColouringApp
go 1.21.5
require (
github.com/gen2brain/raylib-go/raygui v0.0.0-20231230150416-17ce08145200
github.com/gen2brain/raylib-go/raylib v0.0.0-20231230150416-17ce08145200
)
require (
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa // indirect
golang.org/x/sys v0.14.0 // indirect
)