mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:18:58 +08:00
7f34372322
* [sol2] update to 3.3.0 * update version * adopt the requests * overwrite version
22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"name": "sol2",
|
|
"version": "3.3.0",
|
|
"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": "lua",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|