dtmt/lib/sdk
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
..
src fix(sdk): Add missing value in Package binary format 2023-02-25 13:57:37 +01:00
Cargo.toml fix(sdk): Fix resolving package wildcards 2023-02-22 16:37:07 +01:00