vcpkg/ports/raylib/vcpkg.json
Daniel Marshall 37240bfebf
[raylib] Update to 4.0.0 (#21209)
* [raylib] Update to 4.0.0

* [raylib] Update version files
2021-11-08 21:06:51 -08:00

29 lines
587 B
JSON

{
"name": "raylib",
"version-semver": "4.0.0",
"description": "A simple and easy-to-use library to enjoy videogames programming",
"homepage": "https://github.com/raysan5/raylib",
"supports": "!(arm | uwp)",
"dependencies": [
{
"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"
}
}
}