diff options
| author | Bobby <[email protected]> | 2026-02-24 06:56:58 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-24 06:56:58 +0530 |
| commit | 5fe89e6f5b6fd6f5b5589b9e5d4714e0f4fbe5e8 (patch) | |
| tree | 2ae2a13678844b82b43583ca28eed4d4b6223ec0 /system.old/libraries/string/string.zon | |
| parent | 297c66b480a238dad5ce7f03405fe6f5b9123701 (diff) | |
| download | akiba-5fe89e6f5b6fd6f5b5589b9e5d4714e0f4fbe5e8.tar.xz akiba-5fe89e6f5b6fd6f5b5589b9e5d4714e0f4fbe5e8.zip | |
Bunch of stuff moved as .old for new arch change
Diffstat (limited to 'system.old/libraries/string/string.zon')
| -rw-r--r-- | system.old/libraries/string/string.zon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system.old/libraries/string/string.zon b/system.old/libraries/string/string.zon new file mode 100644 index 0000000..e722bf8 --- /dev/null +++ b/system.old/libraries/string/string.zon @@ -0,0 +1,6 @@ +.{ + .name = "string", + .version = "1.0.0", + .type = .library, + .entry = "string.zig", +} |
