From e99549d1478d71d36c094d87d2f71985b20334d4 Mon Sep 17 00:00:00 2001 From: Mid <> Date: Mon, 28 Oct 2024 12:39:33 +0200 Subject: [PATCH] update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index b6efba7..cdfd434 100644 --- a/README +++ b/README @@ -1 +1,3 @@ Five OpenGL programs, some of which appear to crash on specific hardware. Cycle through each test with the `TEST` macro (e.g. `-DTEST=3`) + +GLFW 3 is required to compile; GLAD is embedded in `gl.h`.