diff options
author | Chuyan Zhang <me@zcy.moe> | 2024-09-09 00:30:29 -0700 |
---|---|---|
committer | Chuyan Zhang <me@zcy.moe> | 2024-09-09 00:30:29 -0700 |
commit | 7f14138e1baa2c40fb30d90ebcd45ad17b12e0a3 (patch) | |
tree | d9ad5dbb2871e3999480e55ffa24bea6e50f8dd4 /.gitmodules | |
parent | 2ead02037dc89e987fbc0a021fe470e29d226cfd (diff) | |
download | iris-7f14138e1baa2c40fb30d90ebcd45ad17b12e0a3.tar.gz iris-7f14138e1baa2c40fb30d90ebcd45ad17b12e0a3.zip |
Fixing swapchain
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6ea0b14..0d0d572 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "ext/VulkanMemoryAllocator"] path = ext/VulkanMemoryAllocator url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator +[submodule "ext/stb"] + path = ext/stb + url = https://github.com/nothings/stb |