refactor: move buffer module to a subdirectory
This commit is contained in:
parent
b2c12ba337
commit
6bab2e6cda
6 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ pub fn build(b: *std.Build) void {
|
||||||
});
|
});
|
||||||
|
|
||||||
const Buffer_mod = b.createModule(.{
|
const Buffer_mod = b.createModule(.{
|
||||||
.root_source_file = .{ .path = "src/Buffer.zig" },
|
.root_source_file = .{ .path = "src/buffer/Buffer.zig" },
|
||||||
.imports = &.{
|
.imports = &.{
|
||||||
.{ .name = "notcurses", .module = notcurses_mod },
|
.{ .name = "notcurses", .module = notcurses_mod },
|
||||||
.{ .name = "cbor", .module = cbor_mod },
|
.{ .name = "cbor", .module = cbor_mod },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue