Giter VIP home page Giter VIP logo

cargo-nds-old's Introduction

cargo-nds

Cargo command to work with Nintendo DS project binaries. Based on cargo-3ds.

Usage

Use the nightly toolchain to build DS apps (either by using rustup override nightly for the project directory or by adding +nightly in the cargo invocation).

Commands:
  build
          Builds an executable suitable to run on a DS (.nds)
  test
          Builds a test executable
  help
          Print this message or the help of the given subcommand(s)

Options:
  -h, --help
          Print help information (use `-h` for a summary)

  -V, --version
          Print version information

Additional arguments will be passed through to the given subcommand. See passthrough arguments for more details.

It is also possible to pass any other cargo command (e.g. doc, check), and all its arguments will be passed through directly to cargo unmodified with the proper RUSTFLAGS You will however need to specify the target json as the nds target isn't yet supported by rust officially

Basic Examples

  • cargo nds build
  • cargo nds check --verbose
  • cargo nds test --no-run

Passthrough Arguments

Due to the way cargo-nds and cargo parse arguments, there is unfortunately some complexity required when invoking an executable with arguments.

All unrecognized arguments beginning with a dash (e.g. --release, --features, etc.) will be passed through to cargo directly.

cargo-nds-old's People

Contributors

meziu avatar azuremarker avatar stevecooktu avatar ian-h-chamberlain avatar seledreams avatar mateocabanal avatar

Stargazers

 avatar Eva Pace avatar  avatar  avatar  avatar Tanja avatar  avatar

Watchers

 avatar

Forkers

ioixd

cargo-nds-old's Issues

no license

(i am not a lawyer)

as far as i can tell, this project has no license. i don't think i or other people can legally use or contribute to it without a license.

also, the readme says it's based on cargo-3ds, which i'm assuming means it uses the code, since the code looks extremely similar. this means this project should have the apache or mit license from that project somewhere.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.