diff options
| author | 2019-11-30 17:30:42 +0100 | |
|---|---|---|
| committer | 2019-12-02 19:10:07 +0100 | |
| commit | f8fac432c665e57267243a9ee3920208b2724e6e (patch) | |
| tree | e680ec54395a0d9082b948ce653580a7e41858fa /examples | |
| parent | 5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4 (diff) | |
| download | iced-f8fac432c665e57267243a9ee3920208b2724e6e.tar.gz iced-f8fac432c665e57267243a9ee3920208b2724e6e.tar.bz2 iced-f8fac432c665e57267243a9ee3920208b2724e6e.zip | |
Finalize work
Diffstat (limited to '')
| -rw-r--r-- | examples/tour.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/tour.rs b/examples/tour.rs index 6b366957..0121c3bd 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -145,7 +145,7 @@ impl Steps {                  Step::Debugger,                  Step::End,              ], -            current: 6, +            current: 0,          }      } | 
