gui folder
This commit is contained in:
parent
fe6d2c0ed3
commit
7a467d5aae
4 changed files with 15 additions and 6 deletions
|
@ -2,6 +2,10 @@ module example
|
|||
|
||||
go 1.19
|
||||
|
||||
require github.com/Konstantin8105/raylib-go/raylib v0.0.0-20221122153952-2f5d9114177b
|
||||
require (
|
||||
github.com/Konstantin8105/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/Konstantin8105/raylib-go/raylib v0.0.0-20221122153952-2f5d9114177b
|
||||
)
|
||||
|
||||
replace github.com/Konstantin8105/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/Konstantin8105/raylib-go/raygui => ../../../raygui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue