From 6194360f4ce1fc965a2495228cc2d6c3641dfac8 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Wed, 15 Jun 2016 01:46:45 -0400 Subject: [PATCH] Add submodules (I'm getting rid of the crappy 8x8 amiga font in favor of Tewi) --- .gitmodules | 6 ++++++ external/tewi-font | 1 + host/bdfe | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 external/tewi-font create mode 160000 host/bdfe diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d17175 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "host/bdfe"] + path = host/bdfe + url = https://github.com/achilikin/bdfe +[submodule "external/tewi-font"] + path = external/tewi-font + url = https://github.com/Lucy/tewi-font diff --git a/external/tewi-font b/external/tewi-font new file mode 160000 index 0000000..536549a --- /dev/null +++ b/external/tewi-font @@ -0,0 +1 @@ +Subproject commit 536549a04b4c6046a43cd37e777d6930de163e04 diff --git a/host/bdfe b/host/bdfe new file mode 160000 index 0000000..dba10ac --- /dev/null +++ b/host/bdfe @@ -0,0 +1 @@ +Subproject commit dba10ac9b796bdac744b8ad6acdc299461fc867d -- 2.39.5