forked from libsdl-org/SDL_ttf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
28 lines (28 loc) · 1.07 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
.{
.name = "SDL_ttf",
.version = "2.20.0",
.dependencies = .{
.harfbuzz = .{
.url = "git+https://github.com/allyourcodebase/harfbuzz#d642b5da200481be30a2e3518e7716722079d6a5",
.hash = "122070f575e5d253373a1cb40352118f59b5934858a178370add2d3de9ad8819e149",
},
.freetype = .{
.url = "git+https://github.com/allyourcodebase/freetype#d0a748192f26bd20f9f339d0d7156b84e90eb4dc",
.hash = "1220fb290c4071d0d889d27762282f473b5f9cb9a7e2b429bcb9acbd9172a6e2a1e4",
},
.sdl = .{
.url = "git+https://github.com/allyourcodebase/SDL#fe896e655b24890f5e13ba8b740ebe0e20c4a23b",
.hash = "1220503f94b77f9c057139384cc37f020c291208f7bdee60285c71b315961cf717bd",
},
.sdl_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf#release-2.22.0",
.hash = "1220646027433d9ab9c1703ac73ad656fd6ff9d70a0ba1e30bf7480449da1efaeeef",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE.txt",
"README.md",
},
}