From 5bc936a09f065123793cfc741a08d2129f691d48 Mon Sep 17 00:00:00 2001 From: torque Date: Tue, 15 Aug 2023 00:16:05 -0700 Subject: [PATCH] deps: remove nats.c submodule I'm going to try out git-subrepo. The main reason for this is that github's autogenerated tarballs do not include submodules. And github's autogenerated tarballs are the easiest way to integrate into the zig package manager. Since git-subrepo checks the files into the tree directly, new tarballs should include this dependency code. --- .gitmodules | 3 --- deps/nats.c | 1 - 2 files changed, 4 deletions(-) delete mode 160000 deps/nats.c diff --git a/.gitmodules b/.gitmodules index 62c0f65..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "deps/nats.c"] - path = deps/nats.c - url = https://github.com/nats-io/nats.c.git diff --git a/deps/nats.c b/deps/nats.c deleted file mode 160000 index 66cec7f..0000000 --- a/deps/nats.c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66cec7fce9a64f911015f0c516a086c1a74cd22a