vcpkg/ports/sol2/vcpkg.json

18 lines
396 B
JSON

{
"name": "sol2",
"version": "3.3.1",
"description": "Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great",
"homepage": "https://github.com/ThePhD/sol2",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}