build: update to zig-0.14
This commit is contained in:
parent
a3f0f5b089
commit
78c9c1292c
2 changed files with 7 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
0.14.0-dev.3039+e61acd8eb
|
0.14.0
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
.{
|
.{
|
||||||
.name = "thespian",
|
.name = .thespian,
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
.fingerprint = 0xe9ff00fd8e4e01a3,
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.asio = .{
|
.asio = .{
|
||||||
.url = "https://github.com/neurocyte/asio/archive/8cc76c9ed4054f45bfc06476d795477096aab7a5.tar.gz",
|
.url = "https://github.com/neurocyte/asio/archive/24d28864ec5aae6146d88a172288e3bf3f099734.tar.gz",
|
||||||
.hash = "12206a4050ebb2e2bf84ed477ea5fe0d0325f9292eef2cb8bd47ccda75a9b3d93516",
|
.hash = "asio-1.30.2-tLhDdyKA4QBqQFDrsuK_hO1HfqX-DQMl-Sku7yy4vUfM",
|
||||||
},
|
},
|
||||||
.tracy = .{
|
.tracy = .{
|
||||||
.url = "https://github.com/neurocyte/zig-tracy/archive/e04e31c64498149a324491b8534758e6af43a5c2.tar.gz",
|
.url = "https://github.com/neurocyte/zig-tracy/archive/f2fe3021501c19816006ab65e3389b1c5f0c3c3a.tar.gz",
|
||||||
.hash = "1220d0fb2bff7b453dbb39d1db3eb472b6680e2564f2b23b0e947671be47bbdd188f",
|
.hash = "zig_tracy-0.0.3-5-cp3Kp2AABlufxcWskNe6YfKeqCRpDu7b57JvE-Yj1w",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue