mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[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:
parent
6a31b20534
commit
b9218c4523
@ -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",
|
||||
|
@ -7166,7 +7166,7 @@
|
||||
},
|
||||
"raylib": {
|
||||
"baseline": "4.5.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"rbdl": {
|
||||
"baseline": "3.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8481bb808a6e0cdd0862e22df7b59cc0e13542cc",
|
||||
"version-semver": "4.5.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "1ae048ec33152df88804d243fd6e89691d5712d2",
|
||||
"version-semver": "4.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user