Crates.io | nannou-package |
lib.rs | nannou-package |
version | 0.1.0 |
source | src |
created_at | 2018-04-25 21:08:33.642034 |
updated_at | 2018-04-25 21:08:33.642034 |
description | The build packaging tool for the Nannou Creative Coding Framework. |
homepage | https://github.com/nannou-org/nannou |
repository | https://github.com/nannou-org/nannou.git |
max_upload_size | |
id | 62308 |
size | 10,328 |
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 --release
cargo run --release