Version 0.10.0 released! #275
Locked
gwilymk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[0.10.0] - 2022/07/31
Version 0.10.0 brings about many new features. As with most
agb
upgrades, you will need to update yourgba.ld
andgba_mb.ld
files which you can find in the template repo. We would also recommend copying the[profile.dev]
and[profile.release]
sections fromCargo.toml
if you don't have these values already.Added
agb
. The source code can be found in theexamples
directory.Changed
commit()
if they are no longer used rather than immediately reducing flickering#[must_use]
to many of the places it is neededNum<..>
have been changed to acceptimpl Into<Num<..>>
to make them easier to useRemoved
timer
module. This was done in order to fully support 32kHz audioFixed
pub
removedBeta Was this translation helpful? Give feedback.
All reactions