aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-13 18:37:44 -0300
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-10-14 14:08:42 +0200
commitc520faed6d0e5e9472622f848ad8512b6c71c8e0 (patch)
tree1af601e2b9fecb6eba8771c6875ba3661a041e0b /.gitmodules
parent5bdb3703ede735129d7eb57c0b1f6d2c497e3fa2 (diff)
downloadPrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.tar.gz
PrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.tar.bz2
PrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.zip
feat: add gulrak/filesystem submodule
... for old macs that don't have std::filesystem in their stdlib. Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 534ffd37..efd5de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "libraries/tomlplusplus"]
path = libraries/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
+[submodule "libraries/filesystem"]
+ path = libraries/filesystem
+ url = https://github.com/gulrak/filesystem