35 lines
694 B
JSON
Executable File
35 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"
|
|
}
|
|
}
|
|
}
|