diff options
| author | Bobby <[email protected]> | 2026-02-15 21:57:56 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-15 21:57:56 +0530 |
| commit | 98d2a091f675f2bf6987098ffe11f765835459c0 (patch) | |
| tree | 4cb911ad1eebf56e87fe75f28a2a5a90324b2388 /binaries/mi/mi.zon | |
| parent | f5d145b42408d18a6f7b8c59616efc29697fd2ba (diff) | |
| download | akiba-98d2a091f675f2bf6987098ffe11f765835459c0.tar.xz akiba-98d2a091f675f2bf6987098ffe11f765835459c0.zip | |
Make all binaries use library imports. Remove akiba library.
Diffstat (limited to 'binaries/mi/mi.zon')
| -rw-r--r-- | binaries/mi/mi.zon | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/binaries/mi/mi.zon b/binaries/mi/mi.zon index b7faaf0..352d31e 100644 --- a/binaries/mi/mi.zon +++ b/binaries/mi/mi.zon @@ -2,9 +2,10 @@ .name = "mi", .version = "0.1.0", .dependencies = .{ - .akiba = .{ .path = "../../system/libraries/akiba" }, - }, - .paths = .{ - "mi.zig", + .sys, + .io, + .colors, + .format, }, + .entry = "mi.zig", } |
