mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[raylib] update to 5.5 (#42219)
This commit is contained in:
parent
db4924694e
commit
cd041f4e0c
4 changed files with 9 additions and 5 deletions
|
@ -14,7 +14,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO raysan5/raylib
|
||||
REF "${VERSION}"
|
||||
SHA512 5956bc1646b99baac6eb1652c4d72e96af874337158672155ba144f131de8a4fd19291a58335a92fcaaa2fc818682f93ff4230af0f815efb8b49f7d2a162e9b0
|
||||
SHA512 503483a5436e189ad67533dc6c90be592283b84fbd57c86ab457dd1507b1dd11c897767ea9efa83affaf236f2711ec59e56658cf6fcad582a790a5fdc01b5ace
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
android.diff
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "raylib",
|
||||
"version": "5.0",
|
||||
"port-version": 2,
|
||||
"version": "5.5",
|
||||
"description": "A simple and easy-to-use library to enjoy videogames programming",
|
||||
"homepage": "https://github.com/raysan5/raylib",
|
||||
"license": "Zlib",
|
||||
|
|
|
@ -7829,8 +7829,8 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"raylib": {
|
||||
"baseline": "5.0",
|
||||
"port-version": 2
|
||||
"baseline": "5.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"rbdl": {
|
||||
"baseline": "3.3.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "293c69f77a430e6d7ed786224cd81e412c0c2db2",
|
||||
"version": "5.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e16299f8e3d6b40674ce53b106b764bd7459ad63",
|
||||
"version": "5.0",
|
||||
|
|
Loading…
Reference in a new issue