21 lines
389 B
Plaintext
21 lines
389 B
Plaintext
// © 2024 Carl Åstholm
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
.{
|
|
.name = .sdl_linux_deps,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x4e922ea7877f2e57,
|
|
.minimum_zig_version = "0.14.0",
|
|
.dependencies = .{},
|
|
.paths = .{
|
|
"include/",
|
|
"src/",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
|
|
"LICENSES/",
|
|
"LICENSE.txt",
|
|
"REUSE.toml",
|
|
},
|
|
}
|