Skip to content

Commit

Permalink
[raylib] update to 3.7 (#17932)
Browse files Browse the repository at this point in the history
* [raylib] update to 3.7

* update version

* update vcpkg.json

* update version

* update vcpkg.json

* update version
  • Loading branch information
JonLiu1993 authored Jun 9, 2021
1 parent a4838ab commit 58ce192
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
13 changes: 0 additions & 13 deletions ports/raylib/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/raylib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO raysan5/raylib
REF e25e380e80a117f2404d65b37700fb620dc1f990 # 3.5.0
SHA512 67a2cf4f7a4be88e958f8d6c68f270b1500fde8752b32d401fa80026d2d81dbdd9f57ea754f10095858ae0deab93383d675ad3a1b45f2051a4cc1d02db64dc01
REF b6c8d343dca2ef19c23c50975328a028124cf3cb # 3.7.0
SHA512 565854b00452ae4ae17129f6ced83d842b06ee51a2b254cf02c881c36f9133e5cd605c07585428a7ec4c4e556d8edea908f1c09cd2ef826c30be35c9e5c2d009
HEAD_REF master
)

Expand Down
18 changes: 18 additions & 0 deletions ports/raylib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "raylib",
"version-semver": "3.7.0",
"description": "A simple and easy-to-use library to enjoy videogames programming",
"homepage": "https://github.com/raysan5/raylib",
"supports": "!(arm | uwp)",
"default-features": [
"use-audio"
],
"features": {
"hidpi": {
"description": "Support high-DPI displays"
},
"use-audio": {
"description": "Build raylib with audio module"
}
}
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5417,8 +5417,8 @@
"port-version": 0
},
"raylib": {
"baseline": "3.5.0",
"port-version": 1
"baseline": "3.7.0",
"port-version": 0
},
"rbdl": {
"baseline": "2.6.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/raylib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "197576ef49480a84f0d5a4d153a1d9416b8230fc",
"version-semver": "3.7.0",
"port-version": 0
},
{
"git-tree": "b517bb75982839f879e33ed72c13ba824f7f7547",
"version-string": "3.5.0",
Expand Down

0 comments on commit 58ce192

Please sign in to comment.