1
0
Fork 0
mirror of https://github.com/ncblakely/GiantsTools synced 2025-01-30 21:47:26 +01:00

Use JSON vcpkg manifest.

This commit is contained in:
Nick Blakely 2021-01-04 00:35:51 -08:00
parent 382d67f7b1
commit 8454b0df87
2 changed files with 8 additions and 0 deletions

1
ServerConsoleExample/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vcpkg_installed/

View file

@ -0,0 +1,7 @@
{
"name": "server-console",
"version-string": "1.0.0",
"dependencies": [
"fmt"
]
}