diff options
author | 2022-02-08 01:32:40 +0700 | |
---|---|---|
committer | 2022-02-08 01:32:40 +0700 | |
commit | 313aff573433d9a4bc750285104c069fca0a566c (patch) | |
tree | fc441e8ad03b7147e0c25d7f1e824919de61a584 /examples/README.md | |
parent | 880671e104f6ee33040f3dfe8c7b735a1e70031d (diff) | |
parent | c70929bf2cc2112bd84ebac5f046bdfd82d63d63 (diff) | |
download | iced-313aff573433d9a4bc750285104c069fca0a566c.tar.gz iced-313aff573433d9a4bc750285104c069fca0a566c.tar.bz2 iced-313aff573433d9a4bc750285104c069fca0a566c.zip |
Merge pull request #1217 from SynergyBest/master
Fix links
Diffstat (limited to '')
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 055c1b7a..137d134c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,7 +20,7 @@ The __[`main`](tour/src/main.rs)__ file contains all the code of the example! Al [`iced_wgpu`]: ../wgpu [`iced_web`]: https://github.com/iced-rs/iced_web [`winit`]: https://github.com/rust-windowing/winit -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu You can run the native version with `cargo run`: ``` |