Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tijoxa authored Sep 7, 2024
1 parent ee9bd4d commit 43a12b8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[tutorial](https://leafheap.com/articles/iced-tutorial-version-0-12)
# Wish Planner
A wish simulator with a simple interface to compute probabilities of success.

[svg embedded](https://stackoverflow.com/questions/76134971/svg-example-not-loading-the-svg-image-in-other-system-in-iced-library-for-rust)
# Installation
Just [download](https://github.com/Tijoxa/wish/releases) and run the latest `.exe` file. No installation required.

To build from source, install [Rust](https://www.rust-lang.org/) then build the application in release mode:
```Bash
cargo build --release
```

0 comments on commit 43a12b8

Please sign in to comment.