From 28e849b3c5d683a5cdb56047189b4d73e523bbf4 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Mon, 17 Apr 2023 14:12:51 -0700 Subject: texture loading tex.c -- load textures graph.c -- graph_shader_tex && graph_tex_create() --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1bbb38a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "include/stb"] + path = include/stb + url = https://github.com/nothings/stb -- cgit v1.2.3