From a51a54bc5979a2491f152abc47ad54e6b63f27c8 Mon Sep 17 00:00:00 2001 From: Dylam De La Torre Date: Tue, 23 Nov 2021 05:21:56 +0100 Subject: Restructure source and resource files (#46) importantly, res is now res/res and css is now res/css --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bcbf397..412fb9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "vcpkg"] path = ci/vcpkg url = https://github.com/microsoft/vcpkg/ -[submodule "thirdparty/simpleini"] - path = thirdparty/simpleini - url = https://github.com/brofield/simpleini -[submodule "thirdparty/IXWebSocket"] - path = thirdparty/IXWebSocket - url = https://github.com/machinezone/ixwebsocket [submodule "ci/vcpkg"] path = ci/vcpkg url = https://github.com/microsoft/vcpkg [submodule "ci/gtk-for-windows"] path = ci/gtk-for-windows url = https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer +[submodule "subprojects/simpleini"] + path = subprojects/simpleini + url = https://github.com/brofield/simpleini +[submodule "subprojects/ixwebsocket"] + path = subprojects/ixwebsocket + url = https://github.com/machinezone/ixwebsocket -- cgit v1.2.3