aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-06 20:35:46 +0200
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit93133610d2454108ace24948358c4f0be47049a2 (patch)
tree695cfe5c9c3815fc07282a5f19dd22b3edb13e0d /.gitmodules
parent1d8cc6eebcb61f261f6d92318ffda32d8a4de080 (diff)
downloadserd-93133610d2454108ace24948358c4f0be47049a2.tar.gz
serd-93133610d2454108ace24948358c4f0be47049a2.tar.bz2
serd-93133610d2454108ace24948358c4f0be47049a2.zip
[WIP] Add zix dependency
Most of the system-specific code will be replaced with calls to portable zix functions, and the data structures will be used for in-memory node and statement storage.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c7cd26e0..8e0fee91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,7 @@
[submodule "subprojects/exess"]
path = subprojects/exess
url = ../exess.git
+
+[submodule "subprojects/zix"]
+ path = subprojects/zix
+ url = ../zix.git