box2d: update to 3.1.0

This commit is contained in:
Laytan Laats
2025-04-22 22:38:15 +02:00
parent c7f9d2b1b7
commit e086151fcd
15 changed files with 1204 additions and 706 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
VERSION="3.0.0"
VERSION="3.1.0"
RELEASE="https://github.com/erincatto/box2d/archive/refs/tags/v$VERSION.tar.gz"
cd "$(odin root)"/vendor/box2d
@@ -75,5 +75,5 @@ if [[ $? -ne 0 ]]; then
fi
set -e
rm -rf v3.0.0.tar.gz
rm -rf box2d-3.0.0
rm -rf "v$VERSION.tar.gz"
rm -rf box2d-"$VERSION"