From 352a45bce0aedeb0c3fa3518dba89794e4157ad1 Mon Sep 17 00:00:00 2001 From: naifb Date: Fri, 26 Jun 2026 14:54:17 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55bc16e..39f8bf5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ These are subject to (hopefully) grow in size as more stuff gets added. +* NBCore: Core/foundational functionality for all other subpackages to be built upon. + * Erroring and Logging + * Basic data structures and declarations * NBWindow: Creates and manages GLFW windows * NBEvents: Multithreading event manager. Very unstable. Sucks a lot.