start of unicode lib

This commit is contained in:
2025-05-29 12:12:32 +02:00
parent 7daf034d25
commit 4cfb4f74a6
4 changed files with 78 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ fn addEngineSources(c: *std.Build.Step.Compile) void {
"src/component.c",
"src/computer.c",
"src/universe.c",
"src/unicode.c",
// components
"src/components/eeprom.c",
"src/components/filesystem.c",