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
- Host: GitHub
- URL: https://github.com/ilianokokoro/cargo-spin
- Owner: ilianoKokoro
- Created: 2025-03-01T01:02:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:13:26.000Z (about 2 months ago)
- Last Synced: 2025-03-01T02:20:05.214Z (about 2 months ago)
- Topics: egui, fortune-wheel, rust
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CargoSpin
A very simple cross-platform wheel of fortune made in Rust
## Requirements
- Rust
- CargoTo 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