Skip to content

Commit 1001ae3

Browse files
chore: updates
1 parent 1e613db commit 1001ae3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pub fn build(b: *std.Build) void {
3030
.optimize = optimize,
3131
});
3232

33-
exe_compositor.addModule("phantom", phantom.module("phantom"));
34-
exe_compositor.addModule("vizops", vizops.module("vizops"));
35-
exe_compositor.addOptions("options", options);
33+
exe_compositor.root_module.addImport("phantom", phantom.module("phantom"));
34+
exe_compositor.root_module.addImport("vizops", vizops.module("vizops"));
35+
exe_compositor.root_module.addImport("options", options.createModule());
3636
b.installArtifact(exe_compositor);
3737
}

build.zig.zon

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
.paths = .{"."},
55
.dependencies = .{
66
.@"phantom.display.uefi" = .{
7-
.url = "https://github.com/PhantomUIx/display-uefi/archive/54db9f4a9641b29e5209c74dd0ca6b8770c3db52.tar.gz",
8-
.hash = "122091412536e71b603f735e802f6d0b1d54981bd57e546ceadd9f100364636e8b86",
7+
.url = "https://github.com/PhantomUIx/display-uefi/archive/7792c02fbe5f8a14264499e3583d8708a348c07d.tar.gz",
8+
.hash = "12207a4f097443067a99d7bf7919b91a177a06b62b0dfda0d2a7a1788a49cdd9bbfc",
99
},
1010
.@"phantom.compat.zigimg" = .{
11-
.url = "https://github.com/PhantomUIx/compat-zigimg/archive/44f0f0495c396472295dcda9a3372b12fa22ad72.tar.gz",
12-
.hash = "122045a38e70efff33bb44fa23ead713ba9b01f038172958ce5f06e42bc256e5da7c",
11+
.url = "https://github.com/PhantomUIx/compat-zigimg/archive/c3ee78c165e73fb11329a5506fa8d1a7a6ef1fc9.tar.gz",
12+
.hash = "1220dbba81b848d39b5fcf50904d8349fd7f6770a31fff2b84c3914b692364f692cc",
1313
},
1414
.phantom = .{
15-
.url = "https://github.com/PhantomUIx/core/archive/8722bd0ae15725d10d8e394cab550c29448c79ad.tar.gz",
16-
.hash = "12207e70d80d46650c4318dec90ffcda00f20f2fba2e08ca3b0223b38a1fa48b7120",
15+
.url = "https://github.com/PhantomUIx/core/archive/ba3a93a0dba0037e33e56eca741a6f31616c9bdd.tar.gz",
16+
.hash = "1220d1b9faa83c0ec7a8a67a3034b898eebaab93023a84c37a5a5e7833ad328fcc85",
1717
},
1818
.vizops = .{
19-
.url = "https://github.com/MidstallSoftware/vizops/archive/8b8499e195d8cf66e9b13ed1c80b24ee27420a29.tar.gz",
20-
.hash = "1220f478cda5edf75a0b837e04c741631e4136e422b4257ccbd09d4cccaf736ac312",
19+
.url = "https://github.com/MidstallSoftware/vizops/archive/626d6bbf78fe7d192d0dea77abb7d99d272f7039.tar.gz",
20+
.hash = "1220f1f74b130449d782e38792cbe5d6b519ff706dd4f260f8cb0ced10a1f03f8eab",
2121
},
2222
},
2323
}

0 commit comments

Comments
 (0)