From 74b1b0f789ea4e310a138c4b6d476a78d49cf557 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 16 Oct 2020 21:56:49 -0700 Subject: Starting to move to native messaging. Why? The WebSocket stuff is broken right now, and I want to get rid of the dep... --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8dd9825..775a802 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ [submodule "fs/cJSON"] path = fs/cJSON url = https://github.com/DaveGamble/cJSON.git -[submodule "fs/mmx"] - path = fs/mmx - url = https://github.com/vurtun/mmx.git -[submodule "fs/base64"] - path = fs/base64 - url = https://github.com/zhicheng/base64.git -- cgit v1.2.3