From 58ce192f0fdd6721d89e248713d44fade6d38768 Mon Sep 17 00:00:00 2001 From: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Date: Thu, 10 Jun 2021 06:16:21 +0800 Subject: [raylib] update to 3.7 (#17932) * [raylib] update to 3.7 * update version * update vcpkg.json * update version * update vcpkg.json * update version --- ports/raylib/CONTROL | 13 ------------- ports/raylib/portfile.cmake | 4 ++-- ports/raylib/vcpkg.json | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 ports/raylib/CONTROL create mode 100644 ports/raylib/vcpkg.json (limited to 'ports/raylib') 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" + } + } +} -- cgit v1.2.3