-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
30 lines (29 loc) · 1.06 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
// SPDX-FileCopyrightText: © 2024 Mark Delk <jethrodaniel@gmail.com>
//
// SPDX-License-Identifier: Zlib
.{
.name = "sdl",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/libsdl-org/SDL?ref=main#575d9cda6f169b06e8f500acb8d3534408216185",
.hash = "122094e5a48874587352f80fb1ebf7016bc585f6e82645c3b8b9cf5a6f815ab36baa",
},
.sdl_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf?ref=main#28e2a1126b8bcf97693d024dbd034f62fe373965",
.hash = "1220e161d323035f9076b16146afa91bbeae592421d2095d7f46324c8bfcc58455f1",
},
.freetype = .{
.path = "build/freetype",
// .url = "git+https://gitlab.freedesktop.org/freetype/freetype.git#VER-2-13-2",
// .hash = "1220b81f6ecfb3fd222f76cf9106fecfa6554ab07ec7fdc4124b9bb063ae2adf969d",
},
.fonts = .{
.path = "build/fonts",
},
.wayland_scanner = .{
.path = "build/wayland_scanner",
},
},
}