vcpkg/ports/sol2/vcpkg.json
Frank 7f34372322
[sol2] update to 3.3.0 (#25446)
* [sol2] update to 3.3.0

* update version

* adopt the requests

* overwrite version
2022-06-27 11:47:49 -07:00

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
}
]
}