summaryrefslogtreecommitdiff
path: root/GEMINI.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-28 08:51:49 +0100
committerskal <pascal.massimino@gmail.com>2026-01-28 08:51:49 +0100
commit3e9e69a6cd9212b5cfd956c0a36b9dc07ab88cf7 (patch)
tree5e57c9478f90982417b5dfb208df8e395c027953 /GEMINI.md
parenta606788f3699b98b26e0af27622f67f00d92d1e3 (diff)
feat(assets): Implement basic asset packing system
Introduces a new asset management system to embed binary assets directly into the demo executable. - Creates the directory for asset definition and an descriptor file. - Implements to generate (with enum and declaration) and (with placeholder data). - Integrates into CMake build, making depend on the generated asset files. - Adds minimal integration in and documentation in . This addresses Task 9 (compact in-line and off-line asset system).
Diffstat (limited to 'GEMINI.md')
-rw-r--r--GEMINI.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/GEMINI.md b/GEMINI.md
index 66ba8af..cd4ca4b 100644
--- a/GEMINI.md
+++ b/GEMINI.md
@@ -1,5 +1,6 @@
# Project Context
@PROJECT_CONTEXT.md
+@ASSET_SYSTEM.md
@BUILD.md
@FETCH_DEPS.md
@CONTRIBUTING.md