v0.6.2
- 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