generated from PhantomUIx/template-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
27 lines (27 loc) · 1.31 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.{
.name = "phantom.display.drm",
.version = "0.1.0",
.paths = .{"."},
.dependencies = .{
.phantom = .{
.url = "https://github.com/PhantomUIx/core/archive/0b9d6daceae30f720a3ec3488a296b7971b9b006.tar.gz",
.hash = "1220b63dbf06d4980306dc1866b06cf5fee47756dd5f91b0349f7c115308b253cea0",
},
.vizops = .{
.url = "https://github.com/MidstallSoftware/vizops/archive/cb7a23d02c3030056a59ff0cd856d95221e8da06.tar.gz",
.hash = "1220813b3d22d110b409ec8619fc1da2bc2ba2e71eb37b6a921ad228b485135793be",
},
.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",
},
},
}