/
clang
/
raylib
Обзор
Документация
Войти
/
clang
/
raylib
Код
Вики
Пакеты
0
Релизы
0
Аналитика
4.6-dev
build.zig
7 строк
219 B
Gamer-Kold
Reverted commits that deprecated the build.zig files, and added a note to all of them stating version of zig they were using (#3060)
15 май 2023, 12:23
Не верифицирован
15 май 2023, 12:23
6b92d71
Код
Авторство
О чём код?
const std = @import("std"); const raylib = @import("src/build.zig"); // This has been tested to work with zig master branch as of commit 87de821 or May 14 2023 pub fn build(b: *std.Build) void { raylib.build(b); }