From 17d5320ecb231228c1cbe2ff2195be1b20038c97 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Thu, 7 Feb 2019 20:55:34 +0100 Subject: [PATCH] add fmt module for c++ string formatting --- .gitmodules | 5 ++++- libs/fmt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 libs/fmt diff --git a/.gitmodules b/.gitmodules index 90eeac9..8c2fd0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,4 +45,7 @@ url = https://github.com/stbrumme/hash-library [submodule "libs/native_app_glue"] path = libs/native_app_glue - url = https://bitbucket.org/omigamedev/native_app_glue.git \ No newline at end of file + url = https://bitbucket.org/omigamedev/native_app_glue.git +[submodule "libs/fmt"] + path = libs/fmt + url = https://github.com/fmtlib/fmt.git diff --git a/libs/fmt b/libs/fmt new file mode 160000 index 0000000..9a0a24f --- /dev/null +++ b/libs/fmt @@ -0,0 +1 @@ +Subproject commit 9a0a24f90bdbc91c8b84a061e24195127f0addbf