vcpkg/ports/shiva/vcpkg.json
Yury Bura 1ec3d05438
[pybind11] update to v2.10.4 (#32194)
* [pybind11] update to v2.10.4, clean-up redundant dependency, add usage
2023-07-10 10:52:11 -07:00

34 lines
605 B
JSON

{
"name": "shiva",
"version": "1.0",
"port-version": 6,
"description": "Modern C++ Game Engine",
"homepage": "https://github.com/Milerius/shiva",
"license": "MIT",
"supports": "!(static & windows)",
"dependencies": [
"boost-dll",
"boost-filesystem",
"boost-stacktrace",
"entt",
"lua",
{
"name": "luafilesystem",
"platform": "windows"
},
"nlohmann-json",
"pybind11",
"python3",
"sol2",
"spdlog",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}