rust3ds / cargo-3ds

Cargo command to work with Nintendo 3DS project binaries.
Apache License 2.0
59 stars 10 forks source link

Basic CI with lints and cargo-new #37

Closed Meziu closed 1 year ago

Meziu commented 1 year ago

Closes #33

This PR adds a simple CI (somewhat copied over from ctru-rs).

The CI runs lint checks via clippy (on a unmodified stable rust toolchain) and then creates an example program thanks to the new functionality added in #36.