numworks / epsilon-sample-app-rust

A sample Rust app for the NumWorks graphing calculator
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

Make cargo output a .nwa file #12

Open Ecco opened 2 years ago

Ecco commented 2 years ago

I couldn't find how to customize the executable filename. For now the executable is epsilon-sample-app but it should be epsilon-sample-app.nwa.

Apparently it's something you can tweak if you come up with a custom rustc target, but that might be overkill.