forked from hexops/mach-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
34 lines (34 loc) · 1.72 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
28
29
30
31
32
33
34
.{
.name = "mach-core",
.version = "0.2.0",
.dependencies = .{
.mach_core_example_assets = .{
.url = "https://pkg.machengine.org/mach-core-example-assets/80355b30d7787fba8196875b226368198cf42a90.tar.gz",
.hash = "1220c5caaaa519c0c9df783a3a15188598f03c660bcc8400f1fd47cde5ee542e422d",
},
.mach_model3d = .{
.url = "https://pkg.machengine.org/mach-model3d/7eb5de3b525202368a1b368ae25260771b2a93d9.tar.gz",
.hash = "12208f0a481e76ae627a98aada135bd50287eae52683da014ffc3863010faae7e12f",
},
.mach_sysjs = .{
.url = "https://pkg.machengine.org/mach-sysjs/bafd6c9b8fd5e7be1e8e24cfbd156703d6026aa8.tar.gz",
.hash = "1220187935c4c5d4cf824927df28e858dcd06cb864bb5d6be4cd349d2836abb4aec4",
},
.mach_gamemode = .{
.url = "https://pkg.machengine.org/mach-gamemode/74c8a8796eea921d3227d4d544d13e63205dec7c.tar.gz",
.hash = "12207678927df42d7895a72fc220a5a18e21f241b42ca6cb6c1c3004a54bdd314d1d",
},
.mach_dusk = .{
.url = "https://pkg.machengine.org/mach-dusk/77fff1264dffabe5d5187483dab04b8d3710d71b.tar.gz",
.hash = "1220e6ad3df209a470b920fd0e8e30ebc1f83028a8a433055fedaad4bf73b31c2464",
},
.mach_gpu = .{
.url = "https://pkg.machengine.org/mach-gpu/26c9273ab19ebd0368c0a598907943f2c5ed1f73.tar.gz",
.hash = "1220f784698f085674f8c083e9a58728772e35b563c88c43eaecae94bba15cbf2655",
},
.mach_glfw = .{
.url = "https://pkg.machengine.org/mach-glfw/321efd4065b57e31d8ab0bce720852c1d680d443.tar.gz",
.hash = "122002e355cf42b8d257efc95229c9ee6be4cca189c1718f86179cb7c21225beeb75",
},
},
}