diff options
Diffstat (limited to 'system.old/libraries/format/format.zon')
| -rw-r--r-- | system.old/libraries/format/format.zon | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system.old/libraries/format/format.zon b/system.old/libraries/format/format.zon new file mode 100644 index 0000000..1dee015 --- /dev/null +++ b/system.old/libraries/format/format.zon @@ -0,0 +1,10 @@ +.{ + .name = "format", + .version = "1.0.0", + .type = .library, + .dependencies = .{ + .io, + .colors, + }, + .entry = "format.zig", +} |
