mirror of
https://git.uzuy-edge.org/Uzuy-Edge/Uzuy
synced 2024-11-27 07:50:25 +00:00
121bebcdf7
Added the following missing submodules: - Vulkan-Headers - opus - tzdb_to_nx - VulkanMemoryAllocator - oaknut - Vulkan-Utility-Libraries This ensures that all dependencies are properly tracked and initialized for project build.
55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
# SPDX-FileCopyrightText: 2014 Citra Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
[submodule "externals/enet"]
|
|
path = externals/enet
|
|
url = https://github.com/lsalzman/enet.git
|
|
[submodule "externals/cubeb"]
|
|
path = externals/cubeb
|
|
url = https://github.com/mozilla/cubeb.git
|
|
[submodule "externals/dynarmic"]
|
|
path = externals/dynarmic
|
|
url = https://github.com/PabloMK7/dynarmic.git
|
|
[submodule "externals/libusb/libusb"]
|
|
path = externals/libusb/libusb
|
|
url = https://github.com/libusb/libusb.git
|
|
[submodule "externals/discord-rpc"]
|
|
path = externals/discord-rpc
|
|
url = https://github.com/uzuy-emu/discord-rpc.git
|
|
[submodule "externals/Vulkan-Headers"]
|
|
path = externals/Vulkan-Headers
|
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
|
[submodule "externals/sirit"]
|
|
path = externals/sirit
|
|
url = https://github.com/uzuy-emu/sirit.git
|
|
[submodule "externals/mbedtls"]
|
|
path = externals/mbedtls
|
|
url = https://github.com/uzuy-emu/mbedtls.git
|
|
[submodule "externals/xbyak"]
|
|
path = externals/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
[submodule "externals/SDL"]
|
|
path = externals/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
[submodule "externals/cpp-httplib"]
|
|
path = externals/cpp-httplib
|
|
url = https://github.com/yhirose/cpp-httplib.git
|
|
[submodule "externals/ffmpeg/ffmpeg"]
|
|
path = externals/ffmpeg/ffmpeg
|
|
url = https://github.com/FFmpeg/FFmpeg.git
|
|
[submodule "externals/vcpkg"]
|
|
path = externals/vcpkg
|
|
url = https://github.com/microsoft/vcpkg.git
|
|
[submodule "externals/cpp-jwt"]
|
|
path = externals/cpp-jwt
|
|
url = https://github.com/arun11299/cpp-jwt.git
|
|
[submodule "externals/libadrenotools"]
|
|
path = externals/libadrenotools
|
|
url = https://github.com/bylaws/libadrenotools.git
|
|
[submodule "externals/breakpad"]
|
|
path = externals/breakpad
|
|
url = https://github.com/uzuy-emu/breakpad.git
|
|
[submodule "externals/simpleini"]
|
|
path = externals/simpleini
|
|
url = https://github.com/brofield/simpleini.git
|