Files
fall-fever/vcpkg.json
2025-03-11 22:34:00 +01:00

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"
}