Logo
Explore Mail Help
Register Sign In
Mirror/raylib
1
0
Fork 0
You've already forked raylib
mirror of https://github.com/raysan5/raylib.git synced 2026-01-12 06:28:59 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
dc621ca388077a8bd814c8d399dea09efbfc25ce
raylib/build.zig

8 lines
219 B
Zig
Raw Normal View History

update zig build to latest master (#2910) also, adds package manager support
2023-02-05 17:03:03 +05:00
const std = @import("std");
const raylib = @import("src/build.zig");
Reverted commits that deprecated the build.zig files, and added a note to all of them stating version of zig they were using (#3060) * Revert "Fixed broken build.zig files. Now works with latest stable compiler (as of commit, latest is 0.10.1) (#3045)" This reverts commit de748dfffefeba1ba9bcf0c90c538d32c9cb2020 so that zig build script works with master branch of zig. * Added a note to build.zig files that denotes what version of zig they have been tested with. * Standardised the note in the build.zig files
2023-05-15 14:23:36 +05:00
// 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 {
fix for latest zig master (#3037)
2023-05-01 14:02:34 +05:00
raylib.build(b);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 365ms Template: 40ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API