refactor: move buffer module to a subdirectory

This commit is contained in:
CJ van den Berg 2024-03-02 20:14:48 +01:00
parent b2c12ba337
commit 6bab2e6cda
6 changed files with 1 additions and 1 deletions

View file

@ -112,7 +112,7 @@ pub fn build(b: *std.Build) void {
});
const Buffer_mod = b.createModule(.{
.root_source_file = .{ .path = "src/Buffer.zig" },
.root_source_file = .{ .path = "src/buffer/Buffer.zig" },
.imports = &.{
.{ .name = "notcurses", .module = notcurses_mod },
.{ .name = "cbor", .module = cbor_mod },