Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raylib update to 3.5.0 #15342

Merged
merged 1 commit into from
Dec 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/raylib/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: raylib
Version: 3.0.0
Port-Version: 3
Version: 3.5.0
Description: A simple and easy-to-use library to enjoy videogames programming
Homepage: https://github.com/raysan5/raylib
Supports: !(arm|uwp)
Expand Down
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 7ef114d1da2c34a70bba5442497103441647d8f3 # 3.0.0
SHA512 e15df6f0f95d9580d6211459815f174496b1385c9797a682d372a03b1175c9eb38e51b3b27077346d5e1a2d6ee2d5c636e03e8fd3ca9a73a7fa2a67afd255bd2
REF e25e380e80a117f2404d65b37700fb620dc1f990 # 3.5.0
SHA512 67a2cf4f7a4be88e958f8d6c68f270b1500fde8752b32d401fa80026d2d81dbdd9f57ea754f10095858ae0deab93383d675ad3a1b45f2051a4cc1d02db64dc01
HEAD_REF master
)

Expand Down