From 9b09ad5d9612bcb79e3efebddd3aab324e3bedfe Mon Sep 17 00:00:00 2001 From: Philippe Symons Date: Fri, 19 Jul 2024 22:06:38 +0200 Subject: [PATCH] try again with git submodule --- .gitmodules | 4 ++++ libdragon | 1 + 2 files changed, 5 insertions(+) create mode 160000 libdragon diff --git a/.gitmodules b/.gitmodules index c3bf39a..b72bbe6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "libpokemegb"] path = libpokemegb url = git@github.com:risingPhil/libpokemegb.git +[submodule "libdragon"] + path = libdragon + url = https://github.com/DragonMinded/libdragon + branch = fd34d090adab1858815cf8e2c035ed4cd5e283a6 diff --git a/libdragon b/libdragon new file mode 160000 index 0000000..fd34d09 --- /dev/null +++ b/libdragon @@ -0,0 +1 @@ +Subproject commit fd34d090adab1858815cf8e2c035ed4cd5e283a6