This repository has been archived on 2026-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OpenGL-Zig/build.zig.zon
2026-05-02 04:15:55 +09:00

22 lines
637 B
Zig

.{
.name = .opengl_render_zig,
.version = "0.0.0",
.fingerprint = 0x89563c3942605e1,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.zigglgen = .{
.url = "git+https://github.com/castholm/zigglgen.git#7e55ad15655fc4d602ed3bcbe7fb487592063156",
.hash = "zigglgen-0.5.0-ziggltzDLwA0Gk0Pj6QMij1j6Z_jkvGEtGKBM6-YlI_s",
},
.zglfw = .{
.url = "git+https://github.com/zig-gamedev/zglfw.git#51003c105d23db378bb59ce415a387b22f1b0892",
.hash = "zglfw-0.10.0-dev-zgVDNIy4IQDJNRy4jrP1As-SZxfJpuWhU1iJ-wBab_VD",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}