Added builder images for linux and process to perform release

This commit is contained in:
Alejandro Saucedo 2020-08-29 11:10:51 +01:00
parent 0d4a81cfe5
commit 087d809be0
6 changed files with 106 additions and 3 deletions

10
vcpkg.json.opt Normal file
View file

@ -0,0 +1,10 @@
{
"name": "example",
"version-string": "0.0.1",
"dependencies": [
"fmt",
"spdlog",
"vulkan",
"catch2"
]
}