Merge pull request #10722 from NancyLi1013/dev/NancyLi/10708-update-raylib

[raylib] Update to 3.0.0
This commit is contained in:
Robert Schumacher 2020-04-16 13:24:32 -07:00 committed by GitHub
commit 4eb381c0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
Source: raylib
Version: 2.6.0
Version: 3.0.0
Description: A simple and easy-to-use library to enjoy videogames programming
Homepage: https://github.com/raysan5/raylib
Supports: !(arm|uwp)
Feature: non-audio

View File

@ -16,8 +16,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO raysan5/raylib
REF 6f3c99a295533e41de3049db5e683d15fd5c6e1a # 2.6.0
SHA512 358ebcffb7e11f319f82ecf791480eb23c40a53b764cad1d2109064bb06575c7af0325bf06ec86bbb2c43b70b12f52b5b6d1318d8857e07ff8e965a1dadbd8e2
REF 7ef114d1da2c34a70bba5442497103441647d8f3 # 3.0.0
SHA512 e15df6f0f95d9580d6211459815f174496b1385c9797a682d372a03b1175c9eb38e51b3b27077346d5e1a2d6ee2d5c636e03e8fd3ca9a73a7fa2a67afd255bd2
HEAD_REF master
)