Files
fall-fever/vcpkg.json

25 lines
360 B
JSON

{
"vcpkg-configuration": {
"overlay-ports": [
"./vcpkg"
]
},
"dependencies": [
"cxxopts",
"entt",
"fmt",
"fx-gltf",
{
"name": "glfw3",
"features": [
"wayland"
]
},
"glm",
"spdlog",
"fx-gltf",
"flecs"
],
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b"
}