From 52fc683fa91e888dcbfa5f1f9365d0c6ebe3949c Mon Sep 17 00:00:00 2001 From: John Poole Date: Thu, 12 Feb 2026 10:14:20 -0800 Subject: [PATCH] Add ArxTypeTraits dependency for DebugLog --- .gitmodules | 3 +++ external/ArxTypeTraits | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/ArxTypeTraits diff --git a/.gitmodules b/.gitmodules index 40bff20..da02957 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "external/DebugLog"] path = external/DebugLog url = https://github.com/hideakitai/DebugLog.git +[submodule "external/ArxTypeTraits"] + path = external/ArxTypeTraits + url = https://github.com/hideakitai/ArxTypeTraits.git diff --git a/external/ArxTypeTraits b/external/ArxTypeTraits new file mode 160000 index 0000000..702de9c --- /dev/null +++ b/external/ArxTypeTraits @@ -0,0 +1 @@ +Subproject commit 702de9cc59c7e047cdc169ae3547718b289d2c02