step
This commit is contained in:
parent
e8a384ed13
commit
096a3a00b2
4 changed files with 4 additions and 6 deletions
|
@ -3,6 +3,7 @@ module examples
|
|||
go 1.16
|
||||
|
||||
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/physics v0.0.0-20220827153754-6e090424c541
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20220827153754-6e090424c541
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
|
@ -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() {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/gen2brain/raylib-go/raylib
|
||||
module github.com/Konstantin8105/raylib-go/raylib
|
||||
|
||||
go 1.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue