An open API service indexing awesome lists of open source software.

https://github.com/ilianokokoro/cargo-spin

A cross platform wheel of fortune made in Rust
https://github.com/ilianokokoro/cargo-spin

egui fortune-wheel rust

Last synced: about 2 months ago
JSON representation

A cross platform wheel of fortune made in Rust

Awesome Lists containing this project

README

        

# CargoSpin

A very simple cross-platform wheel of fortune made in Rust

## Requirements

- Rust
- Cargo

To install both of these, check out the [official documentation](https://www.rust-lang.org/tools/install)

## Running the application

To start the application, run:

```cargo
cargo run --release
```

To build the application into an executable file, run:

```cargo
cargo build --release
```

This will build the application for your current platform