mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
39 lines
715 B
JSON
39 lines
715 B
JSON
{
|
|
"name": "raylib",
|
|
"version": "5.5",
|
|
"description": "A simple and easy-to-use library to enjoy videogames programming",
|
|
"homepage": "https://github.com/raysan5/raylib",
|
|
"license": "Zlib",
|
|
"supports": "!arm32 & !uwp",
|
|
"dependencies": [
|
|
"cgltf",
|
|
"dirent",
|
|
"drlibs",
|
|
{
|
|
"name": "glfw3",
|
|
"platform": "!(android | emscripten)"
|
|
},
|
|
"miniaudio",
|
|
"mmx",
|
|
"nanosvg",
|
|
"qoi",
|
|
"stb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"use-audio"
|
|
],
|
|
"features": {
|
|
"use-audio": {
|
|
"description": "Build raylib with audio module"
|
|
}
|
|
}
|
|
}
|