Backlog/lib/sdl3/SDL/build.zig.zon

27 lines
659 B
Plaintext

// © 2024 Carl Åstholm
// SPDX-License-Identifier: MIT
.{
.name = .sdl,
.version = "0.2.1+3.2.10",
.fingerprint = 0xec638ccbf427e2ee,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.sdl_linux_deps = .{
.url = "git+https://github.com/castholm/SDL_linux_deps.git#085212f286621835f2638cb0cfff078fe515341a",
.hash = "sdl_linux_deps-0.0.0-Vy5_h4AlfwBtG7MIPe7ZNUANhmYLek_SA140uYk9SrED",
.lazy = true,
},
},
.paths = .{
"include/",
"src/",
"build.zig",
"build.zig.zon",
"LICENSES/",
"LICENSE.txt",
"REUSE.toml",
},
}