{ "name": "raylib", "version": "5.5", "port-version": 1, "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", { "name": "glfw3", "platform": "!(android | emscripten)" }, "mmx", "nanosvg", "qoi", "stb", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "default-features": [ "audio" ], "features": { "audio": { "description": "Build audio module", "dependencies": [ "drlibs", "miniaudio" ] } } }