-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathbuild.zig.zon
39 lines (39 loc) · 1.66 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
35
36
37
38
39
.{
.name = "dvui",
.version = "0.2.0",
.paths = .{""},
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/david-vanderson/SDL#7f42eeed823b0f6bf1fc1640288975d59b058c36",
.hash = "122028b73239eb9d2791541f5d6d1cfc5bc6e8d4603a45a26669a77b59c5566ae999",
.lazy = true,
},
.sdl3 = .{
.url = "git+https://github.com/castholm/SDL.git#0f9b915d86e948d7fa09de1a5bb912a0d7d203f1",
.hash = "1220eb863a14352c788fee12d7e9158a47af176bbef1070263edbb344cc1c3b72fdf",
.lazy = true,
},
.freetype = .{
.url = "git+https://github.com/rohlem/freetype-update-zig#a50182dc5787a8d49dd1ad922699a1c8771aa34a",
.hash = "12203811b00197ba9f939a8114941bdb18d421c3fa498ec4045bc9ce0c91a5a20b9f",
.lazy = true,
},
.raylib = .{
.url = "git+https://github.com/raysan5/raylib#433cc23ea4511fbeddc0fccc597cde91f5756d59",
.hash = "1220d18e6fba0a609f3afb055c2876d93e19b3f54f3e2e730c3fd261efd78ccd6002",
.lazy = true,
},
//used in the raylib-ontop example
.raygui = .{
.url = "https://github.com/raysan5/raygui/archive/33f1659.tar.gz",
.hash = "12205f060d3476715771890d6e30bc052ca2d420dcae7875db2a4bd876ac506008a9",
.lazy = true,
},
// required for the directx11 backend
.zigwin32 = .{
.url = "git+https://github.com/rohlem/zigwin32-update-zig#5d6055e7c8cea4c508f33c0d8641fdf1fe30f9ea",
.hash = "122073b611033d3660fca78fb588d2fd97bbdad96be8c688c5a00f8b85c4a5e3d871",
.lazy = true,
},
},
}