mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-08 11:37:27 +00:00
Add move notice
This commit is contained in:
parent
b7d89cb7b9
commit
731884848a
@ -1,3 +1,6 @@
|
|||||||
|
> Development of raylib-zig has moved to [its own organisation](https://github.com/raylib-zig/raylib-zig).
|
||||||
|
> Please update your `build.zig.zon` files and other links accordingly.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# raylib-zig
|
# raylib-zig
|
||||||
|
@ -71,6 +71,12 @@ const gui = struct {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pub fn build(b: *std.Build) !void {
|
pub fn build(b: *std.Build) !void {
|
||||||
|
const stdout = std.io.getStdOut().writer();
|
||||||
|
try stdout.print(
|
||||||
|
\\Development of raylib-zig has moved to its own organisation (https://github.com/raylib-zig/raylib-zig).
|
||||||
|
\\Please update your `build.zig.zon` files and other links accordingly.
|
||||||
|
\\
|
||||||
|
, .{});
|
||||||
const target = b.standardTargetOptions(.{});
|
const target = b.standardTargetOptions(.{});
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user