mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00

We have always tracked a post-3.4 release, this brings us up to date. There's no real motivation beyond this other than keeping up to date since we're already on non-release versions anyways.
16 lines
423 B
Zig
16 lines
423 B
Zig
.{
|
|
.name = .glfw,
|
|
.version = "3.4.0",
|
|
.fingerprint = 0x3bbe0a5c667e2c62,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.glfw = .{
|
|
.url = "https://github.com/glfw/glfw/archive/e7ea71be039836da3a98cea55ae5569cb5eb885c.tar.gz",
|
|
.hash = "N-V-__8AAMrJSwAUGb9-vTzkNR-5LXS81MR__ZRVfF3tWgG6",
|
|
.lazy = true,
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|