Update modules
This commit is contained in:
parent
3b16dbe504
commit
ab3ade6210
13 changed files with 23 additions and 77 deletions
|
@ -1,12 +1,20 @@
|
|||
module examples
|
||||
|
||||
go 1.16
|
||||
go 1.19
|
||||
|
||||
replace github.com/gen2brain/raylib-go/easings => ../easings
|
||||
|
||||
replace github.com/gen2brain/raylib-go/physics => ../physics
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../raygui
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
|
||||
require (
|
||||
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
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20220827153754-6e090424c541
|
||||
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-00010101000000-000000000000
|
||||
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