naval_swarm/vcpkg.json
PoliEcho c723c3f55b
Some checks are pending
GDExtension CMake / build-linux (push) Waiting to run
change project for my purposes
2025-02-12 20:01:42 +01:00

10 lines
290 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"documentation": "https://github.com/microsoft/vcpkg/blob/master/docs/users/manifests.md",
"name": "naval-swarm",
"version": "0.1.0",
"dependencies": [
"fmt",
"spdlog"
]
}