diff --git a/modules/asset_loader/README.md b/modules/asset_loader/README.md index aad7cdb53c7ae95d39e68a5cd814cb939b121d44..4bab3923b7d2c5a89e45c3368b1042c875c42efc 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