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