add few widgets

This commit is contained in:
Konstantin8105 2022-11-23 20:28:23 +03:00
parent 1f4e0d34c5
commit a205b50f79
4 changed files with 360 additions and 13 deletions

View file

@ -0,0 +1,11 @@
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