Solution Cleanup

This commit is contained in:
Till Wübbers
2023-02-24 13:17:22 +01:00
parent 86ddf850af
commit 0dbb1c88d1
28 changed files with 68 additions and 53611 deletions

12
AsuroTool/vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"vulkan",
"vulkan-headers",
"glfw3",
{
"name": "imgui",
"features": [ "glfw-binding", "vulkan-binding" ]
}
]
}