Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 05:52
· 153 commits to main since this release
  • Added: Extract embedded assets to binary and C header (#11)

Adds an "extract" list to project configuration:

extract:
- symbol: SomeData
  binary: Lib/SomeData.bin
  header: Lib/SomeData.inc

This example extracts the data of symbol SomeData to out_dir/bin/Lib/SomeData.bin,
and a C array representation to out_dir/include/Lib/SomeData.inc.

Full Changelog: v0.6.1...v0.6.2