From 2382df3e304ebcb4774db81b9de0a51f0bc729d1 Mon Sep 17 00:00:00 2001 From: Harrand Date: Mon, 21 Oct 2024 20:21:11 +0100 Subject: [PATCH] [lib] added dependency on stb --- .gitmodules | 3 +++ lib/stb | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/stb diff --git a/.gitmodules b/.gitmodules index dae2ee7fcf..199941e128 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "lib/concurrentqueue"] path = lib/concurrentqueue url = https://github.com/cameron314/concurrentqueue +[submodule "lib/stb"] + path = lib/stb + url = https://github.com/nothings/stb diff --git a/lib/stb b/lib/stb new file mode 160000 index 0000000000..2e2bef463a --- /dev/null +++ b/lib/stb @@ -0,0 +1 @@ +Subproject commit 2e2bef463a5b53ddf8bb788e25da6b8506314c08