Update examples

This commit is contained in:
Milan Nikolic 2022-03-24 17:00:38 +01:00
parent c878e5c98a
commit 4789e2ce21
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -3,10 +3,10 @@ module examples
go 1.16 go 1.16
require ( require (
github.com/gen2brain/raylib-go/easings v0.0.0-20211111173445-914ca1ffdc4d github.com/gen2brain/raylib-go/easings v0.0.0-20220323230550-c878e5c98a96
github.com/gen2brain/raylib-go/physics v0.0.0-20211111173445-914ca1ffdc4d github.com/gen2brain/raylib-go/physics v0.0.0-20220323230550-c878e5c98a96
github.com/gen2brain/raylib-go/raygui v0.0.0-20211111173445-914ca1ffdc4d github.com/gen2brain/raylib-go/raygui v0.0.0-20220323230550-c878e5c98a96
github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d github.com/gen2brain/raylib-go/raylib v0.0.0-20220323230550-c878e5c98a96
github.com/jakecoffman/cp v1.1.0 github.com/jakecoffman/cp v1.1.0
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
) )