gba_test v0.1.4
Anders429
released this
24 Dec 16:28
·
23 commits
to master
since this release
Fixed
- Resolved issue with unstable
naked_functions
feature which caused compilation failures on the latest nightly builds.
Removed
- Reliance on
asm_const
unstable feature (the feature was recently stabilized). - Reliance on
naked_functions
unstable feature, instead implementing the runtime usingglobal_asm!
.