From 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 30 Oct 2021 16:54:03 -0400 Subject: Switched to tracking zig-sfml-wrapper as submodule --- .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..4c0d131 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/zig-sfml-wrapper"] + path = src/zig-sfml-wrapper + url = https://github.com/guigui220D/zig-sfml-wrapper -- cgit v1.3.1