Releases: rust3ds/cargo-3ds
Releases · rust3ds/cargo-3ds
0.1.5
0.1.4
What's Changed
- Refactor: use camino utf8-path types where applicable by @ian-h-chamberlain in #59
- Build multiple 3DSX files (one per cargo artifact) by @ian-h-chamberlain in #60
- Only call 3dslink if a runner is not configured by @ian-h-chamberlain in #63
- Fix and improve warning messages during build by @Meziu in #64
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Don't run --unit-graph for
newsubcommand by @ian-h-chamberlain in #52 - Improve cargo 3ds new by @Meziu in #57
Full Changelog: v0.1.2...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-3dsWhat'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 testby @ian-h-chamberlain in #11 - Use optional env var rather than cargo_metadata by @Meziu in #17
- Allow passthrough when
--message-formatis 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