From 8d882d787e6b7fd7c2435f42f82933e2ed904edf Mon Sep 17 00:00:00 2001 From: GunpowderGuy Date: Thu, 21 Jan 2021 19:36:05 -0500 Subject: update example description at sandbox's documentation (#710) * Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario --- src/sandbox.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit