Releases: rust3ds/cargo-3ds
Releases · rust3ds/cargo-3ds
v0.1.3
v0.1.2
0.1.1
cargo-3ds v0.1.0
First official release on crates.io. Remember that this crate is still under active development and it will be subject to changes in the future.
Install
Use cargo
to install this release.
cargo install cargo-3ds
What's Changed
- Remove unnecessary flags and apply suggestions from rustfmt & clippy by @AzureMarker in #4
- Support building examples, and misc improvements by @AzureMarker in #5
- Fix RUSTFLAGS not getting passed through by @AzureMarker in #6
- Add --help and print usage if no args specified by @ian-h-chamberlain in #7
- Allow other Cargo commands (like check and clippy) by @AzureMarker in #8
- Fix romfs error "Cannot open dir" by @AzureMarker in #9
- Support configurable romfs path in Cargo.toml by @AzureMarker in #10
- Add support for
cargo test
by @ian-h-chamberlain in #11 - Use optional env var rather than cargo_metadata by @Meziu in #17
- Allow passthrough when
--message-format
is specified by @ian-h-chamberlain in #15 - Use the pre-built std if available in sysroot by @AzureMarker in #19
- More verbose error responses by @mateocabanal in #20
- Cleanup and Rewrite using Clap crate by @SteveCookTU in #21
- Move build-std argument after the subcommand to fix clippy by @AzureMarker in #24
- Upgrade to clap4, add extra args and help strings by @ian-h-chamberlain in #26
- Fix/licensing by @Meziu in #35
- Add limited support for cargo 3ds test --doc by @ian-h-chamberlain in #32
- General refactoring and cargo-new by @Meziu in #36
- Basic CI with lints and cargo-new by @Meziu in #37
- Update Cargo.toml before publishing by @Meziu in #38
- fix cargo.toml 2 by @Meziu in #39
New Contributors
- @AzureMarker made their first contribution in #4
- @ian-h-chamberlain made their first contribution in #7
- @Meziu made their first contribution in #17
- @mateocabanal made their first contribution in #20
- @SteveCookTU made their first contribution in #21
Full Changelog: https://github.com/rust3ds/cargo-3ds/commits/v0.1.0