Skip to content

Commit b2528a5

Browse files
vanclueverrecursiveforte
authored andcommitted
deps: update z2d to v0.8.0
Release notes at: https://github.com/vancluever/z2d/blob/v0.8.0/CHANGELOG.md This is a small update and likely contains nothing related to Ghostty, but I wanted to make sure it got in before the 1.2.0 release since it contains the removal of non-functional code that wasn't compiling, just for correctness' sake. Also if for some reason ARGB/XRGB is needed for some utility purpose, it's there now. :)
1 parent 712f343 commit b2528a5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
.z2d = .{
2222
// vancluever/z2d
23-
.url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz",
24-
.hash = "z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l",
23+
.url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.8.0.tar.gz",
24+
.hash = "z2d-0.8.0-j5P_HgW8DQBvCefcGWPZA1WC5Nco08WhKjG3XCW3thMr",
2525
.lazy = true,
2626
},
2727
.zig_objc = .{

build.zig.zon.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.zig.zon.nix

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.zig.zon.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flatpak/zig-packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@
157157
},
158158
{
159159
"type": "archive",
160-
"url": "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz",
161-
"dest": "vendor/p/z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l",
162-
"sha256": "b56acb944394e3fd193a5ce018e5c1d3c7d6eeca9fc8015fdeb96fd3097d6ff7"
160+
"url": "https://github.com/vancluever/z2d/archive/refs/tags/v0.8.0.tar.gz",
161+
"dest": "vendor/p/z2d-0.8.0-j5P_HgW8DQBvCefcGWPZA1WC5Nco08WhKjG3XCW3thMr",
162+
"sha256": "d3247961ce4cc4e24157572fe0b3960705a4658706539dea159778d139593dc8"
163163
},
164164
{
165165
"type": "archive",

0 commit comments

Comments
 (0)