Set version

This commit is contained in:
Not-Nik 2024-04-07 22:54:34 +02:00
parent 068f9e1816
commit 0e9d003926
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.{
.name = "raylib-zig",
.version = "0.1.1",
.version = "5.0.0",
.dependencies = .{
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/5.0.tar.gz",

View File

@ -63,8 +63,8 @@ echo '.{
.version = "0.0.1",
.dependencies = .{
.@"raylib-zig" = .{
.url = "https://github.com/Not-Nik/raylib-zig/archive/d002b702c8fb2c1c7fd4508addae50ffe27620cd.tar.gz",
.hash = "1220d18ffceb49556360746f7f269ebb280f2d9b0f36f6d22e282426477f27056889",
.url = "https://github.com/Not-Nik/raylib-zig/archive/068f9e18168b986de0858b25e7adec3e212a3726.tar.gz",
.hash = "122023d07e20acf3a819c083365fff62c148d707915061d21929663948c72af90c7a",
},
},
.paths = .{""},