diff options
author | 2021-01-21 19:36:05 -0500 | |
---|---|---|
committer | 2021-01-22 01:36:05 +0100 | |
commit | 8d882d787e6b7fd7c2435f42f82933e2ed904edf (patch) | |
tree | 4af3419d96a24db80234af36786cdba89f6d46bc /src | |
parent | d1c4239ac7ffdf299e4f9fae36406361cfef9267 (diff) | |
download | iced-8d882d787e6b7fd7c2435f42f82933e2ed904edf.tar.gz iced-8d882d787e6b7fd7c2435f42f82933e2ed904edf.tar.bz2 iced-8d882d787e6b7fd7c2435f42f82933e2ed904edf.zip |
update example description at sandbox's documentation (#710)
* Update sandbox.rs
* Update sandbox.rs
* format
Co-authored-by: Diego Rosario <diegorosario2013@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/sandbox.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sandbox.rs b/src/sandbox.rs index dbaa02f1..b53fa1f2 100644 --- a/src/sandbox.rs +++ b/src/sandbox.rs @@ -17,8 +17,8 @@ use crate::{ /// # Examples /// [The repository has a bunch of examples] that use the [`Sandbox`] trait: /// -/// - [`bezier_tool`], a Paint-like tool for drawing Bézier curves using -/// [`lyon`]. +/// - [`bezier_tool`], a Paint-like tool for drawing Bézier curves using the +/// [`Canvas widget`]. /// - [`counter`], the classic counter example explained in [the overview]. /// - [`custom_widget`], a demonstration of how to build a custom widget that /// draws a circle. @@ -45,7 +45,7 @@ use crate::{ /// [`styling`]: https://github.com/hecrj/iced/tree/0.2/examples/styling /// [`svg`]: https://github.com/hecrj/iced/tree/0.2/examples/svg /// [`tour`]: https://github.com/hecrj/iced/tree/0.2/examples/tour -/// [`lyon`]: https://github.com/nical/lyon +/// [`Canvas widget`]: crate::widget::Canvas /// [the overview]: index.html#overview /// [`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.2/wgpu /// [`Svg` widget]: crate::widget::Svg |