diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-16 21:56:49 -0700 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-16 21:56:49 -0700 |
commit | 74b1b0f789ea4e310a138c4b6d476a78d49cf557 (patch) | |
tree | 268d1a06984d0430d987ac0f350e3e2d6e3f7629 /.gitmodules | |
parent | 53de6736feb5ab5d5a3039190ea770bfddc67ccf (diff) |
Starting to move to native messaging.
Why? The WebSocket stuff is broken right now, and I want to get rid of
the dep...
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
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 |