-
Notifications
You must be signed in to change notification settings - Fork 84
/
.gitmodules
43 lines (36 loc) · 1.07 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[submodule "src/3rdparty/unicode-emoji"]
path = src/3rdparty/unicode-emoji
url = ../unicode-emoji.git
branch = master
update = merge
[submodule "src/3rdparty/unicode-translation"]
path = src/3rdparty/unicode-translation
url = ../unicode-translation.git
branch = master
update = merge
[submodule "src/3rdparty/xcompose"]
path = src/3rdparty/xcompose
url = ../../samhocevar-forks/xcompose.git
[submodule "wpf-notifyicon"]
path = src/3rdparty/wpf-notifyicon
url = ../../samhocevar-forks/wpf-notifyicon.git
branch = feature/net30
update = merge
[submodule "src/3rdparty/libx11"]
path = src/3rdparty/libx11
url = ../../freedesktop/xorg-libX11.git
branch = master
update = merge
[submodule "src/3rdparty/xorgproto"]
path = src/3rdparty/xorgproto
url = ../../freedesktop/xorg-xorgproto.git
branch = master
update = merge
[submodule "src/3rdparty/inserticons"]
path = src/3rdparty/inserticons
url = ../../samhocevar-forks/inserticons.git
[submodule "src/3rdparty/innosetup"]
path = src/3rdparty/innosetup
url = ../../jrsoftware/issrc.git
branch = main
update = merge