31 lines
533 B
JSON
Executable File
31 lines
533 B
JSON
Executable File
{
|
|
"name": "shiva",
|
|
"version": "1.0",
|
|
"port-version": 5,
|
|
"description": "Modern C++ Game Engine",
|
|
"homepage": "https://github.com/Milerius/shiva",
|
|
"dependencies": [
|
|
"boost-dll",
|
|
"boost-filesystem",
|
|
"boost-stacktrace",
|
|
"entt",
|
|
"lua",
|
|
{
|
|
"name": "luafilesystem",
|
|
"platform": "windows"
|
|
},
|
|
"nlohmann-json",
|
|
"pybind11",
|
|
"sol2",
|
|
"spdlog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|