fix example basic_controls
This commit is contained in:
parent
2119963a25
commit
25edfb6ffb
99 changed files with 5046 additions and 827 deletions
12
examples/gui/basic_controls/go.mod
Normal file
12
examples/gui/basic_controls/go.mod
Normal file
|
@ -0,0 +1,12 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui3_5
|
Loading…
Add table
Add a link
Reference in a new issue