This commit is contained in:
Simon Hardt
2022-02-22 23:22:29 +01:00
commit 722fce888d
5 changed files with 113 additions and 0 deletions

7
vcpkg.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "template",
"version-string": "0.0.1",
"dependencies": [
"fmt"
]
}