mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
16 lines
456 B
Zig
16 lines
456 B
Zig
.{
|
|
.name = .utfcpp,
|
|
.version = "4.0.5",
|
|
.fingerprint = 0xcd99aeb2334ae11a,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// nemtrif/utfcpp
|
|
.utfcpp = .{
|
|
.url = "https://deps.files.ghostty.org/utfcpp-1220d4d18426ca72fc2b7e56ce47273149815501d0d2395c2a98c726b31ba931e641.tar.gz",
|
|
.hash = "N-V-__8AAHffAgDU0YQmynL8K35WzkcnMUmBVQHQ0jlcKpjH",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|