summaryrefslogtreecommitdiff
path: root/zig.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zig.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/zig.mod b/zig.mod
index 5080c5b..39c861f 100644
--- a/zig.mod
+++ b/zig.mod
@@ -6,10 +6,9 @@ description: Thin SQLite wrapper
6c_include_dirs: 6c_include_dirs:
7 - c 7 - c
8c_source_files: 8c_source_files:
9 - c/sqlite3.c
10 - c/workaround.c 9 - c/workaround.c
11dependencies: 10dependencies:
12- src: https://sqlite.org/2025/sqlite-amalgamation-3480000.zip 11- src: http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip sha256-d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
13 c_include_dirs: 12 c_include_dirs:
14 - sqlite-amalgamation-3480000 13 - sqlite-amalgamation-3480000
15 c_source_files: 14 c_source_files: