rust3ds / cargo-3ds

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

Add support for custom cargo runner #43

Closed ian-h-chamberlain closed 1 year ago

ian-h-chamberlain commented 1 year ago

Use cargo config get to check if the runner is configured, and if so use it like a normal cargo run invocation would. Otherwise, fall back to the default 3dslink behavior we had before.

Also check in Cargo.lock since this is best practice for binaries and probably will help keep CI more stable too.