step
This commit is contained in:
parent
ff8baa4ce7
commit
326d649f3d
36 changed files with 1226 additions and 5226 deletions
11
examples/gui/scroll_panel/go.mod
Normal file
11
examples/gui/scroll_panel/go.mod
Normal file
|
@ -0,0 +1,11 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/Konstantin8105/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/Konstantin8105/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/Konstantin8105/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/Konstantin8105/raylib-go/raygui => ../../../raygui3_5
|
Loading…
Add table
Add a link
Reference in a new issue