Added library requirements info at the top

This commit is contained in:
Ano-sys
2025-04-05 14:00:50 +02:00
parent 997e32f9bf
commit b1c47589bc
+8 -1
View File
@@ -1,6 +1,13 @@
/**
* Required external Libraries:
* - Vulkan
* - glfw
* - glm
* - stb
*/
#define DEBUG 1
#include <iostream>
#include "vulkan/vulkan_app.hpp"
int main(int argc, char **argv){