pineapple/externals/vcpkg/ports/raylib/vcpkg.json
2022-07-23 03:01:36 +02:00

34 lines
694 B
JSON
Executable file

{
"name": "raylib",
"version-semver": "4.0.0",
"port-version": 3,
"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"
}
}
}