mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: zig-sqlite.
This commit is contained in:
13
zig-vendor/zig-sqlite/build.zig.zon
Normal file
13
zig-vendor/zig-sqlite/build.zig.zon
Normal file
@@ -0,0 +1,13 @@
|
||||
.{
|
||||
.name = .sqlite,
|
||||
.fingerprint = 0xb8bb86826b7f6417,
|
||||
.minimum_zig_version = "0.14.0",
|
||||
.version = "3.48.0",
|
||||
.dependencies = .{
|
||||
.sqlite = .{
|
||||
.url = "https://www.sqlite.org/2025/sqlite-amalgamation-3490200.zip",
|
||||
.hash = "N-V-__8AAH-mpwB7g3MnqYU-ooUBF1t99RP27dZ9addtMVXD",
|
||||
},
|
||||
},
|
||||
.paths = .{"."},
|
||||
}
|
||||
Reference in New Issue
Block a user