vcpkg/ports/raylib/vcpkg.json
JonLiu1993 58ce192f0f
[raylib] update to 3.7 (#17932)
* [raylib] update to 3.7

* update version

* update vcpkg.json

* update version

* update vcpkg.json

* update version
2021-06-09 15:16:21 -07:00

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"
}
}
}