diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-24 16:36:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-24 16:36:16 +0200 |
commit | 9ac435510b89e11425d765cd51379863f70b07ac (patch) | |
tree | 408c9473bbaf64db3a0616995555117271a00535 | |
parent | 27c5c9905dcec4bc7743cf67ed1db9b167af38a8 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.zig | 2 | ||||
m--------- | depends/mgl-zig | 0 |
4 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ zig-cache/ +.zig-cache/ zig-out/ @@ -1 +1 @@ -Minimal example of [mgl](https://git.dec05eba.com/mgl/about/) in zig.
\ No newline at end of file +Minimal example of [mgl](https://git.dec05eba.com/mgl/about/) in zig (version 0.13.0).
\ No newline at end of file @@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void { const exe = b.addExecutable(.{ .name = "mgl-zig-example", - .root_source_file = .{ .path = "src/main.zig" }, + .root_source_file = b.path("src/main.zig"), .target = target, .optimize = optimize, .strip = optimize != std.builtin.OptimizeMode.Debug, diff --git a/depends/mgl-zig b/depends/mgl-zig -Subproject 5b62fbe5117dcee4e0a161825d2415144716ee7 +Subproject 24c93c8860e3a292f55a98f0b2da31a3e90f94f |