Microkernel thing OS experiment (Zig ⚡)
at dev 307 B view raw
1.{ 2 .name = .console, 3 .version = "0.0.0", 4 .fingerprint = 0x3603cfb621692996, // Changing this has security and trust implications. 5 .minimum_zig_version = "0.15.1", 6 .dependencies = .{}, 7 .paths = .{ 8 "build.zig", 9 "build.zig.zon", 10 "src", 11 "fonts", 12 }, 13}