vcpkg/ports/raylib/vcpkg.json
JonLiu1993 b14fb7282f
[raylib] update to 4.2.0 (#26393)
* [raylib] update to 4.2.0

* update version

* Update portfile.cmake

* update version
2022-08-17 09:28:34 -07:00

34 lines
673 B
JSON

{
"name": "raylib",
"version-semver": "4.2.0",
"description": "A simple and easy-to-use library to enjoy videogames programming",
"homepage": "https://github.com/raysan5/raylib",
"license": "Zlib",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "glfw3",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"use-audio"
],
"features": {
"hidpi": {
"description": "Support high-DPI displays"
},
"use-audio": {
"description": "Build raylib with audio module"
}
}
}