ghostty/pkg/tracy/build.zig.zon
Mitchell Hashimoto d1c993b093 pkg/tracy
2023-10-01 17:11:40 -07:00

11 lines
292 B
Zig

.{
.name = "tracy",
.version = "0.8.2",
.dependencies = .{
.tracy = .{
.url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.8.2.1.tar.gz",
.hash = "1220289ca424ec488316b75c992b9f02846caaa70287f958b3966e02d5ca81789d27",
},
},
}