dtmt/lib
Lucas Schwiderski 93c8f4fe9c
fix(sdk): Add missing value in Package binary format
After digging through the VT2 SDK `.exe`, I found that `.package` files
(`stingray::ResourcePackageResource`) actually have more data than I
originally knew about. Most notably, there is a 1 byte `flags` value
that is written at the end of every package file.

Depending on what value those flags have, more data could come after it,
but in most cases, it's just that one byte, which I must have missed in
the binary.

Ref: #28.
Ref: #36.
2023-02-25 13:57:37 +01:00
..
dtmt-shared feat(dtmt): Validate path values in dtmt.cfg 2023-02-25 10:12:23 +01:00
oodle-sys refactor: Extract Oodle into separate library 2023-02-08 14:33:47 +01:00
sdk fix(sdk): Add missing value in Package binary format 2023-02-25 13:57:37 +01:00
serde_sjson@a6ef5a914e chore: Update serde_sjson 2023-02-24 11:52:47 +01:00