[raylib] Enable raylib on ARM (#33946)

* Enable raylib on ARM Macs

Raylib has been working on ARM based macOS for a while now. I've tested it on my own, and the raylib project has been building it in actions for a year now. See: https://github.com/raysan5/raylib/pull/2567

* Update version database

* Update raylib.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
This commit is contained in:
tstraus 2023-09-26 02:54:05 -04:00 committed by GitHub
parent 6a31b20534
commit b9218c4523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "raylib",
"version-semver": "4.5.0",
"port-version": 1,
"port-version": 2,
"description": "A simple and easy-to-use library to enjoy videogames programming",
"homepage": "https://github.com/raysan5/raylib",
"license": "Zlib",
"supports": "!(arm | uwp)",
"supports": "!uwp",
"dependencies": [
{
"name": "glfw3",

View File

@ -7166,7 +7166,7 @@
},
"raylib": {
"baseline": "4.5.0",
"port-version": 1
"port-version": 2
},
"rbdl": {
"baseline": "3.2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8481bb808a6e0cdd0862e22df7b59cc0e13542cc",
"version-semver": "4.5.0",
"port-version": 2
},
{
"git-tree": "1ae048ec33152df88804d243fd6e89691d5712d2",
"version-semver": "4.5.0",