最初コミット
This commit is contained in:
21
build.zig.zon
Normal file
21
build.zig.zon
Normal file
@@ -0,0 +1,21 @@
|
||||
.{
|
||||
.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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user