From 289908625ada46028853219987f360859941529f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 14 Feb 2021 11:23:02 -0500
Subject: [PATCH] Added native repo as a submodule so we can track the versions
 together and for easier CI.

---
 .gitmodules | 3 +++
 native      | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 native

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..2113333
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "native"]
+	path = native
+	url = https://git.qoto.org/aparapi/aparapi-native.git
diff --git a/native b/native
new file mode 160000
index 0000000..2d349c3
--- /dev/null
+++ b/native
@@ -0,0 +1 @@
+Subproject commit 2d349c369e2f4fa0469072f816dc2b74ca13b244
-- 
GitLab