mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-24 16:11:43 +00:00
pkg/wuffs: use C-only mirror of wuffs
This prevents us from pulling in test images that trigger some anti-virus scanners. It's also smaller since it only has the necessary bits that we need. This also updates to the latest release: 0.4.0-alpha.10.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
// google/wuffs
|
||||
.wuffs = .{
|
||||
.url = "https://deps.files.ghostty.org/wuffs-122037b39d577ec2db3fd7b2130e7b69ef6cc1807d68607a7c232c958315d381b5cd.tar.gz",
|
||||
.hash = "N-V-__8AAAzZywE3s51XfsLbP9eyEw57ae9swYB9aGB6fCMs",
|
||||
.url = "git+https://github.com/google/wuffs-mirror-release-c.git?rev=v0.4.0-alpha.10#7411f488fe2e2c205c3d3b3d28638b7356522930",
|
||||
.hash = "N-V-__8AAP5JWgCGP_AD0teWpa4krRvE9VPZzvviGdbmN4jI",
|
||||
.lazy = true,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user