-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (20 loc) · 778 Bytes
/
.gitmodules
File metadata and controls
20 lines (20 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "tools/fasmg/fasmg-ez80"]
path = tools/fasmg/fasmg-ez80
url = https://github.com/jacobly0/fasmg-ez80.git
[submodule "tools/convfont"]
path = tools/convfont
url = https://github.com/drdnar/convfont.git
[submodule "tools/convbin"]
path = tools/convbin
url = https://github.com/mateoconlechuga/convbin.git
ignore = dirty
[submodule "tools/convimg"]
path = tools/convimg
url = https://github.com/mateoconlechuga/convimg.git
ignore = dirty
[submodule "examples/standalone_examples/template"]
path = examples/standalone_examples/template
url = https://github.com/CE-Programming/template.git
[submodule "examples/library_examples/graphx/graphx-template"]
path = examples/library_examples/graphx/template
url = https://github.com/CE-Programming/graphx-template