chore: replace OpenGL 4.5 bindings with OpenGL 3.3
This commit is contained in:
parent
8d5b459b4b
commit
e11144b9f0
|
@ -28,8 +28,8 @@ pub fn build(b: *std.build.Builder) void {
|
|||
// Argument Parsing Library
|
||||
exe.addPackagePath("clap", "lib/zig-clap/clap.zig");
|
||||
|
||||
// OpenGL Bindings
|
||||
exe.addPackagePath("gl", "lib/gl_4v5.zig");
|
||||
// OpenGL 3.3 Bindings
|
||||
exe.addPackagePath("gl", "lib/gl.zig");
|
||||
|
||||
// Zig SDL Bindings: https://github.com/MasterQ32/SDL.zig
|
||||
const sdk = Sdk.init(b);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue