updated to zig 0.16.0
This commit is contained in:
@@ -23,8 +23,9 @@ pub fn build(b: *std.Build) void {
|
|||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
exe.linkLibrary(raylib_artifact);
|
|
||||||
exe.root_module.addImport("shoots", shoots.module("shoots"));
|
exe.root_module.addImport("shoots", shoots.module("shoots"));
|
||||||
|
|
||||||
|
exe.root_module.linkLibrary(raylib_artifact);
|
||||||
exe.root_module.addImport("rl", raylib_dep.module("raylib"));
|
exe.root_module.addImport("rl", raylib_dep.module("raylib"));
|
||||||
|
|
||||||
b.installArtifact(exe);
|
b.installArtifact(exe);
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
.name = .examples,
|
.name = .examples,
|
||||||
.version = "0.0.0",
|
.version = "0.0.0",
|
||||||
.fingerprint = 0x7bd0ad45c350042a,
|
.fingerprint = 0x7bd0ad45c350042a,
|
||||||
.minimum_zig_version = "0.15.1",
|
.minimum_zig_version = "0.16.0",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.raylib_zig = .{
|
.raylib_zig = .{
|
||||||
.url = "git+https://github.com/raylib-zig/raylib-zig?ref=devel#a4d18b2d1cf8fdddec68b5b084535fca0475f466",
|
.url = "git+https://github.com/raylib-zig/raylib-zig?ref=devel#58f3c0fa328fc9ff48d17c2c3771ab9c5114aaa6",
|
||||||
.hash = "raylib_zig-5.6.0-dev-KE8REL5MBQAf3p497t52Xw9P7ojndIkVOWPXnLiLLw2P",
|
.hash = "raylib_zig-6.0.0-KE8REMNkBQCpxwqT9ubVNf5aEOcWRUVIaH2sgt_sDDoZ",
|
||||||
},
|
},
|
||||||
.shoots = .{
|
.shoots = .{
|
||||||
.path = "../../",
|
.path = "../../",
|
||||||
|
|||||||
Reference in New Issue
Block a user