From b1c47589bc33ae53df26f8d8c9aca329c7d2cd04 Mon Sep 17 00:00:00 2001 From: Ano-sys Date: Sat, 5 Apr 2025 14:00:50 +0200 Subject: [PATCH] Added library requirements info at the top --- main.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index ddcc978..f7ca1b0 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,13 @@ +/** + * Required external Libraries: + * - Vulkan + * - glfw + * - glm + * - stb + */ + #define DEBUG 1 -#include #include "vulkan/vulkan_app.hpp" int main(int argc, char **argv){