mirror of
https://git.uzuy-edge.org/Uzuy-Mali/Uzuy.git
synced 2024-11-26 23:40:28 +00:00
chore: add external submodules to the project
Fixed two external dependencies as Git submodules. This setup ensures that the project can manage and track these dependencies efficiently. List of added submodules: - mbedtls (Fixed) - ffmpeg (Fixed)
This commit is contained in:
parent
67f11edcde
commit
a70f668170
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -121,3 +121,9 @@
|
||||
[submodule "externals/Vulkan-Utility-Libraries"]
|
||||
path = externals/Vulkan-Utility-Libraries
|
||||
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||
[submodule "externals/mbedtls"]
|
||||
path = externals/mbedtls
|
||||
url = https://github.com/uzuy-emu/mbedtls.git
|
||||
[submodule "externals/ffmpeg/ffmpeg"]
|
||||
path = externals/ffmpeg/ffmpeg
|
||||
url = https://github.com/FFmpeg/FFmpeg.git
|
||||
|
1
externals/ffmpeg/ffmpeg
vendored
Submodule
1
externals/ffmpeg/ffmpeg
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b2eabe0ff2c9c628eeeb2adcacd52c3e23e04fcf
|
1
externals/mbedtls
vendored
Submodule
1
externals/mbedtls
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 29ac2b5c5584056c5fdcd7b41e75870fa4a276f5
|
Loading…
Reference in New Issue
Block a user