Skip to content

Commit

Permalink
Remove version warning in "The Runtime" chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 19, 2024
1 parent 13a7636 commit d124802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ edit-url-template = "https://github.com/iced-rs/book/edit/master/{path}"
runnable = false

[preprocessor.iced]
rev = "e69e2c0ee89266fcabe272d991c7dd4150b02270"
tag = "0.13.0"
16 changes: 0 additions & 16 deletions src/the-runtime.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
> This chapter documents [a revision of iced] not yet officially released. If you enjoy living on the edge,
> you can directly rely on this revision in your `Cargo.toml`:
>
> ```toml
> [dependencies.iced]
> git = "https://github.com/iced-rs/iced.git"
> rev = "cdb18e610a72b4a025d7e1890140393adee5b087"
> ```
>
> If, on the other hand, you only want to quickly run the counter we just wrote using the latest release
> (boring!), check out [the `counter` example in the repository] and the API reference of [the `Sandbox` trait].
[a revision of iced]: https://github.com/iced-rs/iced/tree/cdb18e610a72b4a025d7e1890140393adee5b087
[the `Sandbox` trait]: https://docs.rs/iced/latest/iced/trait.Sandbox.html
[the `counter` example in the repository]: https://github.com/iced-rs/iced/blob/0.12/examples/counter/src/main.rs
# The Runtime
In the previous chapter we built the classical counter interface using iced and The Elm Architecture. We focused on each
fundamental part—one at a time: __state__, __messages__, __update logic__, and __view logic__.
Expand Down

0 comments on commit d124802

Please sign in to comment.