From 365a9d08fe3668d112e5f79c65d3c3248734b275 Mon Sep 17 00:00:00 2001 From: Martin Baliet Date: Fri, 1 Mar 2024 19:31:43 +0100 Subject: [PATCH] + third_party| magic_enum --- .gitmodules | 3 +++ third_party/magic_enum | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/magic_enum diff --git a/.gitmodules b/.gitmodules index 1523e34..c94861e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/glfw"] path = third_party/glfw url = https://github.com/glfw/glfw.git +[submodule "third_party/magic_enum"] + path = third_party/magic_enum + url = https://github.com/Neargye/magic_enum.git diff --git a/third_party/magic_enum b/third_party/magic_enum new file mode 160000 index 0000000..a7f3561 --- /dev/null +++ b/third_party/magic_enum @@ -0,0 +1 @@ +Subproject commit a7f35612ab42505b309e87ddcf964b84a3439525