rust3ds / cargo-3ds

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

Add limited support for cargo 3ds test --doc #32

Closed ian-h-chamberlain closed 1 year ago

ian-h-chamberlain commented 1 year ago

Closes #31

For now let's not bother supporting running doctests, as it adds a lot of complexity since each example has a separate binary. Eventually it would be nice to support multiple executables but for now I'll settle for just building .elfs for them.