Repository move

This commit is contained in:
Nikolas 2025-08-07 21:27:11 +02:00
parent 7bdb0cd320
commit b7d89cb7b9
No known key found for this signature in database
GPG Key ID: E95F679E3CDD9784
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
![logo](https://github.com/Not-Nik/raylib-zig/raw/devel/logo/logo.png)
![logo](https://github.com/raylib-zig/raylib-zig/raw/devel/logo/logo.png)
# raylib-zig
@ -6,7 +6,7 @@ Manually tweaked, auto-generated [raylib](https://github.com/raysan5/raylib) bin
Bindings tested on raylib version 5.6-dev and Zig 0.14.0
Thanks to all the [contributors](https://github.com/Not-Nik/raylib-zig/graphs/contributors) for their help with this
Thanks to all the [contributors](https://github.com/raylib-zig/raylib-zig/graphs/contributors) for their help with this
binding.
## Example
@ -64,7 +64,7 @@ want to run an example, say `basic_window` run `zig build basic_window`
Download and add raylib-zig as a dependency by running the following command in your project root:
```
zig fetch --save git+https://github.com/Not-Nik/raylib-zig#devel
zig fetch --save git+https://github.com/raylib-zig/raylib-zig#devel
```
Then add raylib-zig as a dependency and import its modules and artifact in your `build.zig`:

View File

@ -65,7 +65,7 @@ pub fn build(b: *std.Build) !void {
New-Item -Name "build.zig" -ItemType "file" -Value $BUILD_DOT_ZIG -Force
zig fetch --save git+https://github.com/Not-Nik/raylib-zig#devel
zig fetch --save git+https://github.com/raylib-zig/raylib-zig#devel
New-Item -Name "resources" -ItemType "directory"
New-Item -Name "resources/placeholder.txt" -ItemType "file" -Value "" -Force

View File

@ -63,7 +63,7 @@ pub fn build(b: *std.Build) !void {
b.installArtifact(exe);
}' >> build.zig
zig fetch --save git+https://github.com/Not-Nik/raylib-zig#devel
zig fetch --save git+https://github.com/raylib-zig/raylib-zig#devel
mkdir resources
touch resources/placeholder.txt