Skip to content

Commit

Permalink
update to latest Zig
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Oct 17, 2023
1 parent efbf13a commit 84d3479
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
.{
.name = "harfbuzz",
.version = "0.0.0",
.paths = .{
"include",
"src",
"AUTHORS",
"build.zig",
"build.zig.zon",
"COPYING",
"README.md",
"THANKS",
"update.sh",
"verify.sh",
},
.dependencies = .{
.freetype = .{
.url = "https://pkg.machengine.org/freetype/371d90bbaec285fd4f2bda42816ba90ca20c5b44.tar.gz",
.hash = "1220259c57c5ffd47c6696d161d454098d48b5fda661376d42be6401121dd6072a0a",
.url = "https://pkg.machengine.org/freetype/fa33c2db730c0e888046e863b5550ddc3d24e739.tar.gz",
.hash = "12206ed50a939287c717f76547baf24e54301de4500505c19f10965ef559619baf10",
},
.brotli = .{
.url = "https://pkg.machengine.org/brotli/10ca07a682c1a720b0cf67a554cfcbcd0e6e8d0c.tar.gz",
.hash = "1220d8a975c3baee756f0c86fd04fd9b5e53b6237c6c0d37b78e33eb9c71d0b8c93a",
.url = "https://pkg.machengine.org/brotli/13f8e428c00cc28b051f5c05e528b0ab65b0c834.tar.gz",
.hash = "1220682fcfe1caaa9160a6e6243821c21f0c080e4150c9e100f81e969a407a34d432",
},
},
}

0 comments on commit 84d3479

Please sign in to comment.