23 lines
285 B
JSON
23 lines
285 B
JSON
{
|
|
"vcpkg-configuration": {
|
|
"overlay-ports": [
|
|
"./vcpkg"
|
|
]
|
|
},
|
|
"dependencies": [
|
|
"cxxopts",
|
|
"entt",
|
|
"fmt",
|
|
{
|
|
"name": "glfw3",
|
|
"features": [
|
|
"wayland"
|
|
]
|
|
},
|
|
"glm",
|
|
"nlohmann-json",
|
|
"spdlog",
|
|
"fx-gltf"
|
|
]
|
|
}
|