From 65afc9d1518768f059a9a18c61268cbab1469db8 Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:45:33 -0700 Subject: [PATCH] added rust client to main repo --- .gitmodules | 3 +++ joystick-controller-client | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 joystick-controller-client diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..66bc3e7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "joystick-controller-client"] + path = joystick-controller-client + url = forgejo@git.nickiel.net:VCC/joystick-controller-client.git diff --git a/joystick-controller-client b/joystick-controller-client new file mode 160000 index 0000000..02cfda6 --- /dev/null +++ b/joystick-controller-client @@ -0,0 +1 @@ +Subproject commit 02cfda62a2ada1de4a71251a1077750da44801df