refactor: make available write_padding function to other modules
This commit is contained in:
parent
ced915fedc
commit
c5e6d64235
3 changed files with 14 additions and 9 deletions
|
|
@ -668,6 +668,7 @@ pub fn build_exe(
|
|||
exe.root_module.addImport("flags", flags_dep.module("flags"));
|
||||
exe.root_module.addImport("cbor", cbor_mod);
|
||||
exe.root_module.addImport("config", config_mod);
|
||||
exe.root_module.addImport("text_manip", text_manip_mod);
|
||||
exe.root_module.addImport("Buffer", Buffer_mod);
|
||||
exe.root_module.addImport("tui", tui_mod);
|
||||
exe.root_module.addImport("thespian", thespian_mod);
|
||||
|
|
@ -717,6 +718,7 @@ pub fn build_exe(
|
|||
check_exe.root_module.addImport("flags", flags_dep.module("flags"));
|
||||
check_exe.root_module.addImport("cbor", cbor_mod);
|
||||
check_exe.root_module.addImport("config", config_mod);
|
||||
check_exe.root_module.addImport("text_manip", text_manip_mod);
|
||||
check_exe.root_module.addImport("Buffer", Buffer_mod);
|
||||
check_exe.root_module.addImport("tui", tui_mod);
|
||||
check_exe.root_module.addImport("thespian", thespian_mod);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue