rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
659 stars 50 forks source link

v0.7.0-remake #168

Closed Lokathor closed 2 years ago

Lokathor commented 2 years ago

This is an overhaul of the existing crate into a new state utilizing the fun new features of Rust since the crate was last touched.

There's some portions of the previous version that aren't yet included in this PR:

In both cases, probably I just need to get the code from the 0.5 tag and put it into this 0.7 version with a few updates at the top of the file for the correct import paths and such.

Still, even with some old portions missing, it's complete enough to open the PR and accept feedback. And maybe people can mention the other parts that are still missing if I totally forgot some stuff.