File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ edit-url-template = "https://github.com/iced-rs/book/edit/master/{path}"
14
14
runnable = false
15
15
16
16
[preprocessor .iced ]
17
- rev = " 9db6ac8f202ebdc1453edee01da0b30aee0949d8 "
17
+ rev = " 441e9237cd1c9c9b61d9b144b5b4dafa236ace28 "
Original file line number Diff line number Diff line change 6
6
> git = " https://github.com/iced-rs/iced.git"
7
7
> rev = " cdb18e610a72b4a025d7e1890140393adee5b087"
8
8
> ```
9
+ >
10
+ > If, on the other hand, you only want to quickly run the counter we just wrote using the latest release
11
+ > (boring!), check out [the `counter` example in the repository] and the API reference of [the `Sandbox` trait].
9
12
10
13
[a revision of iced ]: https://github.com/iced-rs/iced/tree/cdb18e610a72b4a025d7e1890140393adee5b087
14
+ [the `Sandbox` trait ]: https://docs.rs/iced/latest/iced/trait.Sandbox.html
15
+ [the `counter` example in the repository ]: https://github.com/iced-rs/iced/blob/0.12/examples/counter/src/main.rs
11
16
12
17
# The Runtime
13
18
In the previous chapter we built the classical counter interface using iced and The Elm Architecture. We focused on each
@@ -204,7 +209,6 @@ Specifically,
204
209
- __ view logic__ runs once at startup and then after every batch of interactions,
205
210
- and __ update logic__ runs for every interaction that created a __ message__ .
206
211
207
-
208
212
## The Ice Wizard
209
213
"That's cool and all", you say, "but I am not a wizard and I still have no clue of how to run the counter interface I wrote.
210
214
I have things to count!"
You can’t perform that action at this time.
0 commit comments