File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 .paths = .{"." },
55 .dependencies = .{
66 .@"phantom.display.uefi" = .{
7- .url = "https://github.com/PhantomUIx/display-uefi/archive/85db52fd68636270f654075a7d912a3102e20cc8 .tar.gz" ,
8- .hash = "122087ed06486b50ff08782d2f0d8ad2752b1a9b19c02b8afad6c36e6a85311bc988 " ,
7+ .url = "https://github.com/PhantomUIx/display-uefi/archive/71314fc70e4720ab66b9538d8743e6b967e3b928 .tar.gz" ,
8+ .hash = "1220cb9f94c87805b41564dfc422e4c0dcc36178fa5c913d9de2bd5375ac463e5f73 " ,
99 },
1010 .phantom = .{
11- .url = "https://github.com/PhantomUIx/core/archive/d3fd5b1c5605f11158d45add5dfff7352a8a7ffb .tar.gz" ,
12- .hash = "12203ace01b91c6a4c454deecb4d7a5cecc18c36198938569c67bce01e9889413286 " ,
11+ .url = "https://github.com/PhantomUIx/core/archive/92d373915c90fc7131f0dee91b21509d55986b4d .tar.gz" ,
12+ .hash = "12202f1aca5b17b007426c00cae559cc5a38f06a9a441e381cc20e5e3e967293e8a4 " ,
1313 },
1414 .vizops = .{
1515 .url = "https://github.com/MidstallSoftware/vizops/archive/8b8499e195d8cf66e9b13ed1c80b24ee27420a29.tar.gz" ,
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ pub fn main() void {
304304
305305 const flex = scene .createNode (.NodeFlex , .{
306306 .direction = phantom .painting .Axis .horizontal ,
307- .children = & children ,
307+ .children = children ,
308308 }) catch | e | @panic (@errorName (e ));
309309 defer flex .deinit ();
310310
You can’t perform that action at this time.
0 commit comments