diff --git a/modules/shader_compiler/README.md b/modules/shader_compiler/README.md
index 3b64e10e5eb8de251de3ce2695e499e6e15f746b..f87300eddadeef215c65ed413d01dc1bb8109332 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