early-access version 2853
This commit is contained in:
34
externals/vcpkg/ports/raylib/vcpkg.json
vendored
Executable file
34
externals/vcpkg/ports/raylib/vcpkg.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user