progress on GPUs

not at all complete
This commit is contained in:
2025-06-24 19:25:40 +02:00
parent f3fb794e76
commit d20c59b162
10 changed files with 266 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ fn addEngineSources(c: *std.Build.Step.Compile) void {
"src/components/eeprom.c",
"src/components/filesystem.c",
"src/components/screen.c",
"src/components/gpu.c",
},
});
}