mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
14 lines
364 B
Zig
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" },
|
|
},
|
|
}
|