-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |