diff --git a/.gitmodules b/.gitmodules index e364e92..6290ff5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "Libraries/RefreshCS"] - path = Libraries/RefreshCS + path = Nerfed.Runtime/Libraries/RefreshCS/RefreshCS url = https://github.com/MoonsideGames/RefreshCS.git [submodule "Libraries/SDL2CS"] - path = Libraries/SDL2CS + path = Nerfed.Runtime/Libraries/SDL2CS url = https://github.com/flibitijibibo/SDL2-CS.git diff --git a/Libraries/RefreshCS b/Nerfed.Runtime/Libraries/RefreshCS/RefreshCS similarity index 100% rename from Libraries/RefreshCS rename to Nerfed.Runtime/Libraries/RefreshCS/RefreshCS diff --git a/Libraries/SDL2CS b/Nerfed.Runtime/Libraries/SDL2CS similarity index 100% rename from Libraries/SDL2CS rename to Nerfed.Runtime/Libraries/SDL2CS