From 634be02e53a979d6107a161589a62cfd80ed7f6d Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Wed, 1 Mar 2023 17:01:09 +0800 Subject: [PATCH] Remove minIni direct dependency We use ini-config which uses minIni. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9afee5d..36b1a6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ path = subprojects/SDL_ttf url = https://github.com/libsdl-org/SDL_ttf.git branch = SDL2 -[submodule "subprojects/minIni"] - path = subprojects/minIni - url = https://github.com/compuphase/minIni.git [submodule "subprojects/bdd-for-c"] path = subprojects/bdd-for-c url = https://github.com/grassator/bdd-for-c.git