blish-hud / arcdps-bhud

Apache License 2.0
16 stars 7 forks source link

update arcdps_bindings to 0.8.0 on crates.io #5

Closed cheahjs closed 2 years ago

cheahjs commented 2 years ago

Use arcdps_bindings at version 0.8.0 from crates.io. This includes changes to the API, and migrating to the arcdps_export! macro. Also ran cargo update.

For the signature, 0x2_0804 | 0x4650 << 32 was replaced with just 0x2_0804, and 0x4650 << 32 was removed as left-shifting a 32-bit integer by 32 results in an overflow (and rustc complains as well).