Merge branch 'master' into master

This commit is contained in:
JupiterRider 2023-11-18 18:56:48 +01:00 committed by GitHub
commit 43d0a14b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 168 additions and 82 deletions

View file

@ -6,11 +6,15 @@ replace github.com/gen2brain/raylib-go/raylib => ../raylib
replace github.com/gen2brain/raylib-go/raygui => ../raygui
replace github.com/gen2brain/raylib-go/easings => ../easings
replace github.com/gen2brain/raylib-go/physics => ../physics
require (
github.com/gen2brain/raylib-go/easings v0.0.0-20231021203613-2d673bb5f4b3
github.com/gen2brain/raylib-go/physics v0.0.0-20231021203613-2d673bb5f4b3
github.com/gen2brain/raylib-go/raygui v0.0.0-20231110085703-5830da3d8795
github.com/gen2brain/raylib-go/raylib v0.0.0-20231110085703-5830da3d8795
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-20231118125650-a1c890e8cbfc
github.com/jakecoffman/cp v1.2.1
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
)