mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:58:59 +08:00
6234487442
* [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>
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
Source: raylib
|
|
Version: 3.0.0
|
|
Port-Version: 3
|
|
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
|