Simple app that generates a random seed and created a link for rustmaps.com for use with Discord polls.
Assumes Rust (the programming language) is installed.( https://www.rust-lang.org/tools/install )
> cargo run --release
Bundling the application for standalone use can be done using cargo-bundle
. This tool is used to generate installers or app bundles for GUI executables built with cargo. Install cargo-bundle
using the following command: cargo install cargo-bundle
.
Building the app for your platform, simply run:
> cargo bundle --release
The App can be found at target/bundle/
and can be run from there.
Install the Microsoft C++ Build Tools ( https://visualstudio.microsoft.com/visual-cpp-build-tools/ )
Install/select the following modules:
- .NET desktop development
- Desktop development with C++
- Universal Windows Platform development
More information can be found at: https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup