mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"name": "raylib",
|
|
"version-semver": "3.7.0",
|
|
"port-version": 1,
|
|
"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"
|
|
],
|
|
"features": {
|
|
"hidpi": {
|
|
"description": "Support high-DPI displays"
|
|
},
|
|
"use-audio": {
|
|
"description": "Build raylib with audio module"
|
|
}
|
|
}
|
|
}
|