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

@ -3,6 +3,7 @@ module examples
go 1.16 go 1.16
require ( require (
github.com/Konstantin8105/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346 // indirect
github.com/gen2brain/raylib-go/easings v0.0.0-20220827153754-6e090424c541 github.com/gen2brain/raylib-go/easings v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/physics v0.0.0-20220827153754-6e090424c541 github.com/gen2brain/raylib-go/physics v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/raygui v0.0.0-20220827153754-6e090424c541 github.com/gen2brain/raylib-go/raygui v0.0.0-20220827153754-6e090424c541

View file

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

View file

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

View file

@ -1,3 +1,3 @@
module github.com/gen2brain/raylib-go/raylib module github.com/Konstantin8105/raylib-go/raylib
go 1.16 go 1.16