summaryrefslogtreecommitdiff
path: root/zig.mod
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2025-02-16 22:10:32 +0100
committerGravatar GitHub2025-02-16 22:10:32 +0100
commit25614ffd27ddda5feb615a78d1c945595c50efaf (patch)
tree80b9a5697c3b1cb86053725b1183b38cf1eae75d /zig.mod
parentMerge pull request #179 from vrischmann/use-upstream (diff)
parentzig.mod: c/sqlite.c doesn't exist anymore (diff)
downloadzig-sqlite-25614ffd27ddda5feb615a78d1c945595c50efaf.tar.gz
zig-sqlite-25614ffd27ddda5feb615a78d1c945595c50efaf.tar.xz
zig-sqlite-25614ffd27ddda5feb615a78d1c945595c50efaf.zip
Merge pull request #181 from nektro/patch-1
zig.mod: fix http dep
Diffstat (limited to 'zig.mod')
-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: