Update modules
This commit is contained in:
parent
5d50abe7c6
commit
4c05c52a4b
6 changed files with 36 additions and 27 deletions
|
@ -2,9 +2,10 @@ module github.com/gen2brain/raylib-go/physics
|
|||
|
||||
go 1.21
|
||||
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20231118125650-a1c890e8cbfc
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20241202103652-5d50abe7c65b
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.5.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
github.com/ebitengine/purego v0.8.1 // indirect
|
||||
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue