mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
23 lines
411 B
JSON
23 lines
411 B
JSON
|
{
|
||
|
"name": "shiva",
|
||
|
"version-string": "1.0",
|
||
|
"port-version": 4,
|
||
|
"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"
|
||
|
]
|
||
|
}
|