mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
58ce192f0f
* [raylib] update to 3.7 * update version * update vcpkg.json * update version * update vcpkg.json * update version
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "raylib",
|
|
"version-semver": "3.7.0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|