From 68c380887fe38df6f7198d940dd44f573809a8af Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Mon, 8 Apr 2019 11:36:04 +0700 Subject: [PATCH] remove assimp module --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a36a54ce..b7d3513f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,6 @@ [submodule "modules/glfw"] path = modules/glfw url = https://github.com/glfw/glfw -[submodule "toolset/model_converter/modules/assimp"] - path = toolset/model_converter/modules/assimp - url = https://github.com/assimp/assimp [submodule "modules/promise.hpp"] path = modules/promise.hpp url = https://github.com/BlackMATov/promise.hpp