From 8292ced9eccf8e1229d22e335f310ed6542f32c7 Mon Sep 17 00:00:00 2001 From: terraquad Date: Wed, 5 Mar 2025 15:18:19 +0100 Subject: [PATCH] Update zopengl version number See https://github.com/zig-gamedev/zopengl/pull/9 --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index daca644..00124ac 100644 --- a/profile/README.md +++ b/profile/README.md @@ -36,7 +36,7 @@ What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zi | **[zmath](https://github.com/zig-gamedev/zmath)** | SIMD math library for game developers | | **[zmesh](https://github.com/zig-gamedev/zmesh)** | Loading, generating, processing and optimizing triangle meshes | | **[znoise](https://github.com/zig-gamedev/znoise)** | Build package & bindings for [FastNoiseLite](https://github.com/Auburn/FastNoiseLite) | -| **[zopengl](https://github.com/zig-gamedev/zopengl)** | OpenGL loader (supports 4.2 Core Profile and ES 2.0 Profile) | +| **[zopengl](https://github.com/zig-gamedev/zopengl)** | OpenGL loader (supports 4.3 Core Profile and ES 2.0 Profile) | | **[zopenvr](https://github.com/zig-gamedev/zopenvr)** | Bindings for [OpenVR](https://github.com/ValveSoftware/openvr) | | **[zphysics](https://github.com/zig-gamedev/zphysics)** | Build package, [C API](libs/zphysics/libs/JoltC) and bindings for [Jolt Physics](https://github.com/jrouwe/JoltPhysics) | | **[zpix](https://github.com/zig-gamedev/zpix)** | Support for GPU profiling with PIX for Windows |