└── .gitmodules /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "sts"] 2 | path = sts 3 | url = https://github.com/kieselsteini/sts.git 4 | [submodule "tsf"] 5 | path = tsf 6 | url = https://github.com/schellingb/TinySoundFont.git 7 | [submodule "mini_al"] 8 | path = mini_al 9 | url = https://github.com/dr-soft/mini_al.git 10 | [submodule "dr_libs"] 11 | path = dr_libs 12 | url = https://github.com/mackron/dr_libs.git 13 | [submodule "stb"] 14 | path = stb 15 | url = https://github.com/nothings/stb.git 16 | [submodule "other"] 17 | path = other 18 | url = https://github.com/nothings/single_file_libs 19 | [submodule "sokol"] 20 | path = sokol 21 | url = https://github.com/floooh/sokol.git 22 | [submodule "cute"] 23 | path = cute 24 | url = https://github.com/RandyGaul/cute_headers.git 25 | [submodule "miniz"] 26 | path = miniz 27 | url = https://github.com/richgel999/miniz.git 28 | [submodule "atomix"] 29 | path = atomix 30 | url = https://github.com/BareRose/atomix.git 31 | [submodule "swrap"] 32 | path = swrap 33 | url = https://github.com/BareRose/swrap.git 34 | [submodule "px"] 35 | path = px 36 | url = https://github.com/pplux/px 37 | [submodule "hopscotch-map"] 38 | path = hopscotch-map 39 | url = https://github.com/Tessil/hopscotch-map.git 40 | [submodule "mmx"] 41 | path = mmx 42 | url = https://github.com/vurtun/mmx 43 | [submodule "libs"] 44 | path = libs 45 | url = https://github.com/mattiasgustavsson/libs 46 | [submodule "jar"] 47 | path = jar 48 | url = https://github.com/kd7tck/jar 49 | [submodule "xbyak"] 50 | path = xbyak 51 | url = https://github.com/herumi/xbyak.git 52 | [submodule "tiny-utf8"] 53 | path = tiny-utf8 54 | url = https://github.com/DuffsDevice/tiny-utf8.git 55 | [submodule "cutf"] 56 | path = cutf 57 | url = https://github.com/tapika/cutf 58 | [submodule "cista"] 59 | path = cista 60 | url = https://github.com/felixguendling/cista 61 | [submodule "ctl"] 62 | path = ctl 63 | url = https://github.com/glouw/ctl 64 | [submodule "alternative-ctl"] 65 | path = alternative-ctl 66 | url = https://github.com/rurban/ctl 67 | [submodule "cpp-handle-container"] 68 | path = cpp-handle-container 69 | url = https://github.com/pr0g/cpp-handle-container 70 | [submodule "kcp"] 71 | path = kcp 72 | url = https://github.com/skywind3000/kcp 73 | --------------------------------------------------------------------------------