cargo-nx
cargo-nx copied to clipboard
Cargo subcommand to simplify building Nintendo Switch projects
I want to build one example but when I build I obtain this (I'm on windows 11 and I have rust installed) ``` Building and generating NRO... Triple: aarch64-nintendo-switch error:...
The default NRO example fails to build with ```rs error[E0412]: cannot find type `LmLogger` in module `log`witch_example(bin) --> src/main.rs:31:20 | 31 | diag_log!(log::LmLogger { log::LogSeverity::Trace, false } => "Hello world!");...
It seems like https://github.com/rust-lang/rust/pull/88991 has merged and there is now a target for the Nintendo Switch, `aarch64-nintendo-switch-freestanding`. It seems like this project should be using this target now and has...
This pull request introduces a new continuous integration (CI) workflow for Rust projects. The workflow is defined in the `.github/workflows/ci.yml` file and includes jobs for building, testing, and formatting the...