feat(buffers): add support for buffer references
This commit is contained in:
parent
90b443a487
commit
4d3d91a744
2 changed files with 15 additions and 0 deletions
|
@ -292,6 +292,7 @@ pub fn build_exe(
|
|||
.root_source_file = b.path("src/buffer/Buffer.zig"),
|
||||
.imports = &.{
|
||||
.{ .name = "cbor", .module = cbor_mod },
|
||||
.{ .name = "thespian", .module = thespian_mod },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue