2021-06-10 06:16:21 +08:00
|
|
|
{
|
|
|
|
"name": "raylib",
|
2022-08-18 00:28:34 +08:00
|
|
|
"version-semver": "4.2.0",
|
2022-12-29 05:52:08 +08:00
|
|
|
"port-version": 1,
|
2021-06-10 06:16:21 +08:00
|
|
|
"description": "A simple and easy-to-use library to enjoy videogames programming",
|
|
|
|
"homepage": "https://github.com/raysan5/raylib",
|
2022-02-01 11:38:58 +08:00
|
|
|
"license": "Zlib",
|
2021-06-10 06:16:21 +08:00
|
|
|
"supports": "!(arm | uwp)",
|
2021-11-09 13:06:51 +08:00
|
|
|
"dependencies": [
|
2022-03-12 03:21:42 +08:00
|
|
|
{
|
|
|
|
"name": "glfw3",
|
2022-12-29 05:52:08 +08:00
|
|
|
"platform": "!(windows | emscripten)"
|
2022-03-12 03:21:42 +08:00
|
|
|
},
|
2021-11-09 13:06:51 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-06-10 06:16:21 +08:00
|
|
|
"default-features": [
|
|
|
|
"use-audio"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"hidpi": {
|
|
|
|
"description": "Support high-DPI displays"
|
|
|
|
},
|
|
|
|
"use-audio": {
|
|
|
|
"description": "Build raylib with audio module"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|