ghostty/pkg/simdutf/build.zig.zon
Mitchell Hashimoto 626d4170fe move simdutf to a pkg
2024-02-05 21:22:27 -08:00

9 lines
152 B
Zig

.{
.name = "simdutf",
.version = "4.0.9",
.paths = .{""},
.dependencies = .{
.apple_sdk = .{ .path = "../apple-sdk" },
},
}