From 0f2f347f9c4ee9ac1d5b7236b1e4b265448ed62b Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Fri, 11 Aug 2023 20:08:16 +0200
Subject: [PATCH] Cleanup README.md

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

diff --git a/modules/asset_loader/README.md b/modules/asset_loader/README.md
index aad7cdb5..4bab3923 100644
--- a/modules/asset_loader/README.md
+++ b/modules/asset_loader/README.md
@@ -6,11 +6,12 @@ A VkCV module to load basic assets like models, materials and images
 
 ### Dependencies (required):
 
-| Name of dependency | Used as submodule |
-|----------------------------------------------------|---|
-| [fx-gltf](https://github.com/jessey-git/fx-gltf)   | ✅ |
-| [nlohmann::json](https://github.com/nlohmann/json) | ✅ |
-| [stb](https://github.com/nothings/stb)             | ✅ |
+| Name of dependency                                        | Used as submodule |
+|-----------------------------------------------------------|-------------------|
+| [fx-gltf](https://github.com/jessey-git/fx-gltf)          |         ✅        |
+| [nlohmann::json](https://github.com/nlohmann/json)        |         ✅        |
+| [stb](https://github.com/nothings/stb)                    |         ✅        |
+| [wuffs](https://github.com/google/wuffs-mirror-release-c) |         ✅        |
 
 ## Docs
 
-- 
GitLab