docs: update repo_overview

This commit is contained in:
luboslenco
2026-03-23 23:14:16 +01:00
parent e301db165b
commit caed5497b2
+1 -1
View File
@@ -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`