From 08ae58e275decf36ca932ac8be3469556a46992f Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 22 Oct 2023 16:13:02 +0200 Subject: [PATCH] tiny readme tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e257732..b9db2ba8b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ useful details for integrating the Sokol headers into your own project with your ## Core libraries -- [**sokol\_gfx.h**](https://github.com/floooh/sokol/blob/master/sokol_gfx.h): 3D-API wrapper (GL + Metal + D3D11) +- [**sokol\_gfx.h**](https://github.com/floooh/sokol/blob/master/sokol_gfx.h): 3D-API wrapper (GL/GLES3/WebGL2 + Metal + D3D11 + WebGPU) - [**sokol\_app.h**](https://github.com/floooh/sokol/blob/master/sokol_app.h): app framework wrapper (entry + window + 3D-context + input) - [**sokol\_time.h**](https://github.com/floooh/sokol/blob/master/sokol_time.h): time measurement - [**sokol\_audio.h**](https://github.com/floooh/sokol/blob/master/sokol_audio.h): minimal buffer-streaming audio playback