mirror-ghostty/pkg/glfw/build.zig.zon

16 lines
423 B
Plaintext

.{
.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" },
},
}