chore: Fix module path
This commit is contained in:
parent
45473d7240
commit
d63f1b19df
160 changed files with 192 additions and 253 deletions
|
@ -2,19 +2,19 @@ module examples
|
|||
|
||||
go 1.21
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
replace git.terah.dev/UnrealXR/raylib-go/raylib => ../raylib
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../raygui
|
||||
replace git.terah.dev/UnrealXR/raylib-go/raygui => ../raygui
|
||||
|
||||
replace github.com/gen2brain/raylib-go/easings => ../easings
|
||||
replace git.terah.dev/UnrealXR/raylib-go/easings => ../easings
|
||||
|
||||
replace github.com/gen2brain/raylib-go/physics => ../physics
|
||||
replace git.terah.dev/UnrealXR/raylib-go/physics => ../physics
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/easings v0.0.0-00010101000000-000000000000
|
||||
github.com/gen2brain/raylib-go/physics v0.0.0-00010101000000-000000000000
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-00010101000000-000000000000
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20241202103652-5d50abe7c65b
|
||||
git.terah.dev/UnrealXR/raylib-go/easings v0.0.0-00010101000000-000000000000
|
||||
git.terah.dev/UnrealXR/raylib-go/physics v0.0.0-00010101000000-000000000000
|
||||
git.terah.dev/UnrealXR/raylib-go/raygui v0.0.0-00010101000000-000000000000
|
||||
git.terah.dev/UnrealXR/raylib-go/raylib v0.0.0-20241202103652-5d50abe7c65b
|
||||
github.com/jakecoffman/cp v1.2.1
|
||||
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue