]> Nutra Git (v2) - nutratech/gui.git/commitdiff
update gitmodules: add ntsqlite, both mv -> lib
authorShane Jaroch <chown_tee@proton.me>
Wed, 21 Jan 2026 21:45:20 +0000 (16:45 -0500)
committerShane Jaroch <chown_tee@proton.me>
Wed, 21 Jan 2026 21:45:20 +0000 (16:45 -0500)
.gitmodules
lib/ntsqlite [new submodule]
lib/usdasqlite [moved from usdasqlite with 100% similarity]

index ae4efcdef9f3fd650d5dbe978ace8a62cdccc743..35992be1f2c9a07f60f3585af7dd0f2693fbffdd 100644 (file)
@@ -1,3 +1,6 @@
 [submodule "usdasqlite"]
-       path = usdasqlite
+       path = lib/usdasqlite
        url = https://github.com/nutratech/usda-sqlite.git
+[submodule "lib/ntsqlite"]
+       path = lib/ntsqlite
+       url = https://github.com/nutratech/nt-sqlite.git
diff --git a/lib/ntsqlite b/lib/ntsqlite
new file mode 160000 (submodule)
index 0000000..4f9eec2
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 4f9eec211c1073f093411f15e29cb2347534e7cd
similarity index 100%
rename from usdasqlite
rename to lib/usdasqlite