This commit is contained in:
Konstantin8105 2022-11-22 18:19:33 +03:00
parent e8a384ed13
commit 096a3a00b2
4 changed files with 4 additions and 6 deletions

View file

@ -1,3 +0,0 @@
module example
go 1.19

View file

@ -3,8 +3,8 @@ package main
import (
"fmt"
rl "github.com/Konstantin8105/raylib"
gui "github.com/Konstantin8105/raygui3.5"
rl "github.com/Konstantin8105/raylib-go/raylib"
gui "github.com/Konstantin8105/raylib-go/raygui"
)
func main() {