-
feat: adds
writeSources
, which creates and returns a namedWriteFile
step which collects everything theEmbedFile
step touches and outputs it into one directory. -
feat: one can now use the
embed-file
executable standalone if desired. -
BREAKING CHANGE: the signatures of
addFile
andaddDirectory
have changed. takingsub_path
as an argument was incorrect. -
BREAKING CHANGE:
createModule
is removed; instead useembed_file.module
directly. -
KNOWN ISSUE: the Zig build system appears to cache too eagerly when using
addDirectory
—changing the contents of a file inside the directory may not result in theEmbedFile
step being rerun.addFile
does not suffer from this deficiency, so users should prefer using it.
Full Changelog: 0.1.1...1.0.0