update example description at sandbox's documentation (#710)
* Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario <diegorosario2013@gmail.com>
This commit is contained in:
parent
d1c4239ac7
commit
8d882d787e
1 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ use crate::{
|
||||||
/// # Examples
|
/// # Examples
|
||||||
/// [The repository has a bunch of examples] that use the [`Sandbox`] trait:
|
/// [The repository has a bunch of examples] that use the [`Sandbox`] trait:
|
||||||
///
|
///
|
||||||
/// - [`bezier_tool`], a Paint-like tool for drawing Bézier curves using
|
/// - [`bezier_tool`], a Paint-like tool for drawing Bézier curves using the
|
||||||
/// [`lyon`].
|
/// [`Canvas widget`].
|
||||||
/// - [`counter`], the classic counter example explained in [the overview].
|
/// - [`counter`], the classic counter example explained in [the overview].
|
||||||
/// - [`custom_widget`], a demonstration of how to build a custom widget that
|
/// - [`custom_widget`], a demonstration of how to build a custom widget that
|
||||||
/// draws a circle.
|
/// draws a circle.
|
||||||
|
|
@ -45,7 +45,7 @@ use crate::{
|
||||||
/// [`styling`]: https://github.com/hecrj/iced/tree/0.2/examples/styling
|
/// [`styling`]: https://github.com/hecrj/iced/tree/0.2/examples/styling
|
||||||
/// [`svg`]: https://github.com/hecrj/iced/tree/0.2/examples/svg
|
/// [`svg`]: https://github.com/hecrj/iced/tree/0.2/examples/svg
|
||||||
/// [`tour`]: https://github.com/hecrj/iced/tree/0.2/examples/tour
|
/// [`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
|
/// [the overview]: index.html#overview
|
||||||
/// [`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.2/wgpu
|
/// [`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.2/wgpu
|
||||||
/// [`Svg` widget]: crate::widget::Svg
|
/// [`Svg` widget]: crate::widget::Svg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue