diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-06-10 06:16:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 15:16:21 -0700 |
| commit | 58ce192f0fdd6721d89e248713d44fade6d38768 (patch) | |
| tree | 88d197aab5d08ee62b66a7b41b915cb6dcc298b6 | |
| parent | a4838ab4c6305d9ddb075b0c200f400a52be631e (diff) | |
| download | vcpkg-58ce192f0fdd6721d89e248713d44fade6d38768.tar.gz vcpkg-58ce192f0fdd6721d89e248713d44fade6d38768.zip | |
[raylib] update to 3.7 (#17932)
* [raylib] update to 3.7
* update version
* update vcpkg.json
* update version
* update vcpkg.json
* update version
| -rw-r--r-- | ports/raylib/CONTROL | 13 | ||||
| -rw-r--r-- | ports/raylib/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/raylib/vcpkg.json | 18 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/r-/raylib.json | 5 |
5 files changed, 27 insertions, 17 deletions
diff --git a/ports/raylib/CONTROL b/ports/raylib/CONTROL deleted file mode 100644 index 925d94d1c..000000000 --- a/ports/raylib/CONTROL +++ /dev/null @@ -1,13 +0,0 @@ -Source: raylib
-Version: 3.5.0
-Port-Version: 1
-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
-
-Feature: hidpi
-Description: Support high-DPI displays
-
-Feature: use-audio
-Description: Build raylib with audio module
diff --git a/ports/raylib/portfile.cmake b/ports/raylib/portfile.cmake index 965d3f225..25b91262b 100644 --- a/ports/raylib/portfile.cmake +++ b/ports/raylib/portfile.cmake @@ -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
)
diff --git a/ports/raylib/vcpkg.json b/ports/raylib/vcpkg.json new file mode 100644 index 000000000..a1f602fa1 --- /dev/null +++ b/ports/raylib/vcpkg.json @@ -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" + } + } +} diff --git a/versions/baseline.json b/versions/baseline.json index a467c6bbd..024d2dfa4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/r-/raylib.json b/versions/r-/raylib.json index b70356c45..b564c131c 100644 --- a/versions/r-/raylib.json +++ b/versions/r-/raylib.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "197576ef49480a84f0d5a4d153a1d9416b8230fc", + "version-semver": "3.7.0", + "port-version": 0 + }, + { "git-tree": "b517bb75982839f879e33ed72c13ba824f7f7547", "version-string": "3.5.0", "port-version": 1 |
