ghostty/pkg/utfcpp/build.zig.zon
Mitchell Hashimoto 120273aa1a pkg/utfcpp
2024-02-05 21:22:27 -08:00

14 lines
364 B
Zig

.{
.name = "utfcpp",
.version = "4.0.5",
.paths = .{""},
.dependencies = .{
.utfcpp = .{
.url = "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.5.tar.gz",
.hash = "1220d4d18426ca72fc2b7e56ce47273149815501d0d2395c2a98c726b31ba931e641",
},
.apple_sdk = .{ .path = "../apple-sdk" },
},
}