From caed5497b2610e1b6d1a020d8651f327049025d7 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 23 Mar 2026 23:14:16 +0100 Subject: [PATCH] docs: update repo_overview --- base/docs/repo_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/docs/repo_overview.md b/base/docs/repo_overview.md index 20810547..3af6639f 100644 --- a/base/docs/repo_overview.md +++ b/base/docs/repo_overview.md @@ -6,7 +6,7 @@ Contains a general-purpose 3D engine. #### `/sources` -A collection of C source files for the complete 3D engine, hardware abstraction, OS and graphics api specifics (`/backends`) and some helper libraries (`/libs`). Only a minimal single file / header libraries are used, with the exception of `quickjs`. `quickjs` is used to provide js scripting capabilities for the engine at runtime. +A collection of C source files for the complete 3D engine, hardware abstraction, OS and graphics api specifics (`/backends`) and some helper libraries (`/libs`). Only a minimal single file / header libraries are used. #### `/tests`