blob: 2562478d18601800d02a7d04b878506884caef1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[submodule "mimalloc"]
path = mimalloc
url = https://github.com/microsoft/mimalloc.git
branch = dev3
[submodule "hashmap"]
path = hashmap
url = https://github.com/tidwall/hashmap.c.git
[submodule "wgpu"]
path = wgpu
url = https://github.com/gfx-rs/wgpu-native.git
[submodule "freetype"]
path = freetype
url = https://github.com/freetype/freetype.git
[submodule "cglm"]
path = cglm
url = https://github.com/recp/cglm.git
[submodule "sokol"]
path = sokol
url = https://github.com/floooh/sokol.git
[submodule "sokol_bin"]
path = sokol_bin
url = https://github.com/floooh/sokol-tools-bin.git
|