aboutsummaryrefslogtreecommitdiff
path: root/ports/shiva/vcpkg.json
blob: d080dd5a026c843f236286a291e1a971f1d969b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  ]
}