Add SDL3 3.1.1-preview

This commit is contained in:
Mark Jansen
2024-03-30 18:51:35 +01:00
parent 2c854305d7
commit 1a1a8f6cb3
1774 changed files with 811659 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/bin/sh
commit=$(git rev-parse HEAD)
echo "Creating release workflow for commit $commit"
gh workflow run release.yml --ref main -f commit=$commit