From e5e52ba962389e8cc92defeb88b85e5df6de3e06 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Sat, 13 Jan 2024 06:13:08 +0100
Subject: [PATCH] Update readme of shader compiler module

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 modules/shader_compiler/README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/modules/shader_compiler/README.md b/modules/shader_compiler/README.md
index 3b64e10e..f87300ed 100644
--- a/modules/shader_compiler/README.md
+++ b/modules/shader_compiler/README.md
@@ -7,8 +7,11 @@ A VkCV module to compile shaders at runtime
 ### Dependencies (required):
 
 | Name of dependency | Used as submodule |
-|----------------------------------------------------|---|
-| [Glslang](https://github.com/KhronosGroup/glslang/)   | ✅ |
+|-----------------------------------------------------------------|----|
+| [Glslang](https://github.com/KhronosGroup/glslang/)             | ✅ |
+| [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers/) | ✅ |
+| [Murmur3](https://github.com/PeterScott/murmur3/)               | ✅ |
+| [Shady](https://github.com/TheJackiMonster/shady/)              | ✅ |
 
 ## Docs
 
-- 
GitLab