Skip to content

Commit

Permalink
Merge pull request #1 from PhantomUIx/update-phantom/13cb70
Browse files Browse the repository at this point in the history
Update Phantom UI core to 13cb70007519475065743509e3a908c7105ded1d
  • Loading branch information
RossComputerGuy authored Jan 29, 2024
2 parents b70374d + 5851bb4 commit a6528d9
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
.{
.name = "phantom.display.drm",
.version = "0.1.0",
.paths = .{"."},
.dependencies = .{
.phantom = .{
.url = "https://github.com/PhantomUIx/core/archive/d5b97be2bd30a1040a957fc1ca7f1c21785be34c.tar.gz",
.hash = "1220df5c8863c133147cfce9506b106d59dcd12531fdb52b2674cc4bd051011032a5",
.name = "phantom.display.drm",
.version = "0.1.0",
.paths = .{"."},
.dependencies = .{
.phantom = .{
.url = "https://github.com/PhantomUIx/core/archive/13cb70007519475065743509e3a908c7105ded1d.tar.gz",
.hash = "12203b3735b8056b34491d5aa777ca5689d1031b1be03690f2cb5b18f6bacd42424f",
},
.vizops = .{
.url = "https://github.com/MidstallSoftware/vizops/archive/75ed00f8eb217d774878fc0416d882b5ebce2b07.tar.gz",
.hash = "1220f72b311022cffc91f2b08f1e958bf60e1ae0c4f84b7116b1de17ddfbad9b71e3",
},
.libdrm = .{
.url = "https://github.com/MidstallSoftware/libdrm.zig/archive/c7461292dd9657d6b903cefe3cab8726f629fce6.tar.gz",
.hash = "1220a4a92c6b34b498eb6fc59d7219ea766af83175c3325850222af3cbd6915435df",
},
.gbm = .{
.url = "https://github.com/MidstallSoftware/gbm.zig/archive/a6bf92079cc299e05ca35f4cf5eb97859ace00f9.tar.gz",
.hash = "122006dc0ab285292325e5f88315d6fb81545d2d0f0e3c13ebf5633c293e1d408313",
},
.dispinf = .{
.url = "https://github.com/MidstallSoftware/dispinf/archive/f5cc5f2be2d224370153869a39f7088d461486c9.tar.gz",
.hash = "12209b5e0721d2b9eaf10fcd7634455a5a4ba2edb9305a3988dd6ddffb5431107bd9",
},
},
.vizops = .{
.url = "https://github.com/MidstallSoftware/vizops/archive/75ed00f8eb217d774878fc0416d882b5ebce2b07.tar.gz",
.hash = "1220f72b311022cffc91f2b08f1e958bf60e1ae0c4f84b7116b1de17ddfbad9b71e3",
},
.libdrm = .{
.url = "https://github.com/MidstallSoftware/libdrm.zig/archive/c7461292dd9657d6b903cefe3cab8726f629fce6.tar.gz",
.hash = "1220a4a92c6b34b498eb6fc59d7219ea766af83175c3325850222af3cbd6915435df",
},
.gbm = .{
.url = "https://github.com/MidstallSoftware/gbm.zig/archive/a6bf92079cc299e05ca35f4cf5eb97859ace00f9.tar.gz",
.hash = "122006dc0ab285292325e5f88315d6fb81545d2d0f0e3c13ebf5633c293e1d408313",
},
.dispinf = .{
.url = "https://github.com/MidstallSoftware/dispinf/archive/f5cc5f2be2d224370153869a39f7088d461486c9.tar.gz",
.hash = "12209b5e0721d2b9eaf10fcd7634455a5a4ba2edb9305a3988dd6ddffb5431107bd9",
},
},
}

0 comments on commit a6528d9

Please sign in to comment.