11 lines
289 B
JSON
11 lines
289 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": "roguelite",
|
|
"version": "0.1.0",
|
|
"dependencies": [
|
|
"fmt",
|
|
"spdlog"
|
|
]
|
|
}
|