From f89d69e293a9b0b81e0ad7908c9c243f6071d3c1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 13 Feb 2022 12:07:44 -0600 Subject: [PATCH] [nostalgia] Update developer handbook --- developer-handbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer-handbook.md b/developer-handbook.md index 67a798ff9..332d1d35e 100644 --- a/developer-handbook.md +++ b/developer-handbook.md @@ -26,6 +26,8 @@ All components have a platform indicator next to them: * glfw - GLFW implementation (P-) * userland - common things needed by all non-bare-metal implementations (P-) * studio - studio plugin for core (P-) + * geo - geometry types (PG) + * glutils - OpenGL helpers (P-) * player - plays the games (PG) * studio - makes the games (P-) * tools - command line tools (P-)