From 73b59fb24b246c741fd44670ec71611086240a96 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 24 Oct 2024 17:20:29 -0300 Subject: [PATCH] check-in libtorrent as a submodule --- .gitmodules | 3 +++ vendor/libtorrent | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/libtorrent diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..aa237e2cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/libtorrent"] + path = vendor/libtorrent + url = git@github.com:arvidn/libtorrent.git diff --git a/vendor/libtorrent b/vendor/libtorrent new file mode 160000 index 000000000..24e658aa8 --- /dev/null +++ b/vendor/libtorrent @@ -0,0 +1 @@ +Subproject commit 24e658aa884cb91bb9918487ba0e9bb51d7bf70f