Update modules
This commit is contained in:
parent
a1c890e8cb
commit
fed470e445
9 changed files with 57 additions and 21 deletions
|
@ -1,5 +1,10 @@
|
|||
module github.com/gen2brain/raylib-go/raygui
|
||||
|
||||
go 1.19
|
||||
go 1.21
|
||||
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20231118125650-a1c890e8cbfc
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.5.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue