aboutsummaryrefslogtreecommitdiff
path: root/ports/raylib/portfile.cmake
AgeCommit message (Collapse)Author
2021-06-15[raylib] Fix MinGW build (#18362)Leonid Pospelov
.
2021-06-09[raylib] update to 3.7 (#17932)JonLiu1993
* [raylib] update to 3.7 * update version * update vcpkg.json * update version * update vcpkg.json * update version
2021-02-01[raylib] Fix usage (#15935)NancyLi1013
* [raylib] Fix usage * Update ports/raylib/CONTROL * Update versions * Update versions/r-/raylib.json
2020-12-29Raylib update to 3.5.0 (#15342)JonLiu1993
2020-08-10[raylib] rm vcpkg-cmake-wrapper.cmake, add hidpi (#12484)George White
* [raylib] rm vcpkg-cmake-wrapper.cmake, add hidpi raylib is a CMake-built project which already exports its targets using a custom raylib-config.cmake file, so use that instead. Add a feature to enable support for HiDPI displays. * [raylib] Update vcpkg-cmake-wrapper.cmake * Update ports/raylib/vcpkg-cmake-wrapper.cmake * raylib/CONTROL: Bump Port-Version to 3 Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-07[raylib] Fix the feature issue (#12783)Phoebe
2020-04-07[raylib] Update to 3.0.0NancyLi1013
2020-03-12[raylib] Update to 2.6.0 (#10068)NancyLi1013
* [raylib] Update to 2.6.0 * Remove unused comment
2019-09-03fix7835issue - raylib update to 2.5.0 (#7848)Alvin
2019-05-19[raylib] Add new port (fix #4500) (#5946)myd7349
* [raylib] Add new port (fix #4500) * [raylib] Update to 2019-04-27 * [raylib] Bump version number * [raylib] Minor fixes * [raylib] Fix Threads_FOUND not defined error on Ubuntu * [raylib] Bump version number * Add system dependencies message * [raylib] Display dependencies message on UNIX * Modify message to appear based on build target, not build host