From 3e9e69a6cd9212b5cfd956c0a36b9dc07ab88cf7 Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 28 Jan 2026 08:51:49 +0100 Subject: 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). --- GEMINI.md | 1 + 1 file changed, 1 insertion(+) (limited to 'GEMINI.md') 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 -- cgit v1.2.3