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