fix: update thespian to fix windows builds
This commit is contained in:
parent
af22eb4be6
commit
81f616afba
2 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
.hash = "dizzy-1.0.0-AAAAAM1wAAAiDbx_6RwcVEOBk8p2XOu8t9WPNc3K7kBK",
|
.hash = "dizzy-1.0.0-AAAAAM1wAAAiDbx_6RwcVEOBk8p2XOu8t9WPNc3K7kBK",
|
||||||
},
|
},
|
||||||
.thespian = .{
|
.thespian = .{
|
||||||
.url = "https://github.com/neurocyte/thespian/archive/539846236452b7ca89c3dada933f9b74ea82c654.tar.gz",
|
.url = "https://github.com/neurocyte/thespian/archive/ccdcbbff09f945eec063ebf889581db3e1312107.tar.gz",
|
||||||
.hash = "thespian-0.0.1-owFOjocZBgC5hsHDnPI032IhcGg_SEpiVJe4O0spqfz7",
|
.hash = "thespian-0.0.1-owFOjlgaBgCqc3FCnB4Xyg8-9jyIDWgHSJMGx_nt5Kcc",
|
||||||
},
|
},
|
||||||
.themes = .{
|
.themes = .{
|
||||||
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz",
|
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz",
|
||||||
|
|
|
@ -35,6 +35,7 @@ pub const Error = error{
|
||||||
InvalidPIntType,
|
InvalidPIntType,
|
||||||
JsonIncompatibleType,
|
JsonIncompatibleType,
|
||||||
NotAnObject,
|
NotAnObject,
|
||||||
|
BadArrayAllocExtract,
|
||||||
} || std.Thread.SpawnError;
|
} || std.Thread.SpawnError;
|
||||||
|
|
||||||
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue