From d8431a74858e7b0676b1e008ab2e21f3c38551d1 Mon Sep 17 00:00:00 2001 From: Aidan Mullen Date: Fri, 3 May 2024 22:33:08 -0400 Subject: [PATCH] Elaborate on dependencies Specify a Godot and Vulkan version. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 313e13d..85f94a2 100755 --- a/README +++ b/README @@ -10,8 +10,8 @@ Dependencies for your system; heavily shared library-oriented systems may need all of these installed to run the compiled binary. - - Godot - - Vulkan + - Godot 4.2 + - Vulkan (version compatible with Godot 4.2) Build -----