nannou_package/README.md
A simple tool for packaging nannou project builds.
This tool is useful for packaging nannou projects into a named and dated architecture-specific archive for distribution. The nannou_package tool does the following:
Install the nannou_package tool with the following:
cargo install nannou_package
Use the tool by changing to the project directory, running nannou_package and following the prompts. NOTE that the project must be built before running nannou_package, otherwise there will be no executable to package. In other words one of the following two commands must be run before packaging:
cargo build --releasecargo run --release