Skip to content

Commit

Permalink
Change OpenGL library in mach-glfw docs to zigglgen (#27)
Browse files Browse the repository at this point in the history
Since the [example](https://github.com/hexops/mach-glfw-opengl-example) of using mach-glfw with OpenGL also uses zigglgen, I changed the docs to reflect that.
  • Loading branch information
terraquad authored Jun 15, 2024
1 parent 6c9652c commit 7f4bdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pkg/mach-glfw.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You'll need to bring your own library, e.g.:

- WebGPU: [mach-gpu](../mach-gpu) ([example](https://github.com/hexops/mach-gpu))
- Vulkan: [Snektron/vulkan-zig](https://github.com/Snektron/vulkan-zig) or [hexops/vulkan-zig-generated](https://github.com/hexops/vulkan-zig-generated) ([example](https://github.com/hexops/mach-glfw-vulkan-example))
- OpenGL: [ziglibs/zgl](https://github.com/ziglibs/zgl) ([example](https://github.com/hexops/mach-glfw-opengl-example))
- OpenGL: [castholm/zigglgen](https://github.com/castholm/zigglgen) ([example](https://github.com/hexops/mach-glfw-opengl-example))

## Getting started

Expand Down

0 comments on commit 7f4bdaa

Please sign in to comment.