Merge pull request #10 from imaitland/imaitland-patch-1

Add `rustup update`
This commit is contained in:
Emil Ernerfeldt 2021-07-29 23:11:34 +02:00 committed by GitHub
commit 83a2dae19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Start by clicking "Use this template" at https://github.com/emilk/egui_template/
`src/app.rs` contains a simple example app. This is just to give some inspiration - most of it can be removed if you like.
Make sure you are using the latest version of stable rust.
Make sure you are using the latest version of stable rust by running `rustup update`
### Testing locally