mirror of
https://notabug.org/litucks/torzu.git
synced 2026-03-11 20:56:01 +00:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
# SPDX-FileCopyrightText: 2014 Citra Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
[submodule "enet"]
|
|
path = externals/enet
|
|
url = https://github.com/lsalzman/enet.git
|
|
[submodule "cubeb"]
|
|
path = externals/cubeb
|
|
url = https://github.com/mozilla/cubeb.git
|
|
[submodule "xbyak"]
|
|
path = externals/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
[submodule "opus"]
|
|
path = externals/opus
|
|
url = https://github.com/xiph/opus.git
|
|
[submodule "ffmpeg"]
|
|
path = externals/ffmpeg/ffmpeg
|
|
url = https://github.com/FFmpeg/FFmpeg.git
|
|
[submodule "vcpkg"]
|
|
path = externals/vcpkg
|
|
url = https://github.com/microsoft/vcpkg.git
|
|
[submodule "libadrenotools"]
|
|
path = externals/libadrenotools
|
|
url = https://github.com/bylaws/libadrenotools.git
|
|
[submodule "tzdb_to_nx"]
|
|
path = externals/nx_tzdb/tzdb_to_nx
|
|
url = https://github.com/lat9nq/tzdb_to_nx.git
|
|
[submodule "simpleini"]
|
|
path = externals/simpleini
|
|
url = https://github.com/brofield/simpleini.git
|
|
[submodule "oaknut"]
|
|
path = externals/oaknut
|
|
url = https://github.com/merryhime/oaknut
|
|
[submodule "externals/SPIRV-Headers"]
|
|
path = externals/SPIRV-Headers
|
|
url = https://github.com/KhronosGroup/SPIRV-Headers.git
|
|
[submodule "externals/boost-headers"]
|
|
path = externals/boost-headers
|
|
url = https://github.com/boostorg/headers.git
|
|
[submodule "externals/etl"]
|
|
path = externals/etl
|
|
url = https://github.com/ETLCPP/etl.git
|