Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 639 Bytes

Rust Calculator

A simple calculator written in rust, using egui.

Rust Calculator

How to run

There are three ways you can see the app in action:

  • Using github pages
  • Downloading an executable for your system from the releases.
  • Running locally by:
    1. Cloning the repository.
    2. Ensuring you have rust installed.
    3. Navigating to your local copy of the repository and executing cargo run --release