forked from libsdl-org/SDL_ttf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
30 lines (30 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
29
30
.{
.name = .SDL_ttf,
.version = "3.2.0",
.fingerprint = 0xa98f7681c4b9d53c,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.harfbuzz = .{
.url = "git+https://github.com/allyourcodebase/harfbuzz#d642b5da200481be30a2e3518e7716722079d6a5",
.hash = "harfbuzz-8.4.0-AAAAAESZAABw9XXl0lM3Ohy0A1IRj1m1k0hYoXg3Ct0t",
},
.freetype = .{
.url = "git+https://github.com/allyourcodebase/freetype#d0a748192f26bd20f9f339d0d7156b84e90eb4dc",
.hash = "freetype-2.13.2-AAAAAByJAAD7KQxAcdDYidJ3YigvRztfnLmn4rQpvLms",
},
.SDL = .{
.url = "git+https://github.com/castholm/SDL/#v0.2.1+3.2.10",
.hash = "sdl-0.2.1+3.2.10-7uIn9PLkfQHKJO7TvSXbVa0VnySCHbLz28PDZIlKWF4Y",
},
.SDL_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf#release-3.2.2",
.hash = "N-V-__8AAF2JgAA_Y5Qzm3b226N8y7ivM-qFVpCo9NkbfO8Y",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE.txt",
"README.md",
},
}