Skip to content

Commit

Permalink
deploy: 083c1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 18, 2024
1 parent c00f346 commit 0cf061b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@ <h3 id="the-view"><a class="header" href="#the-view">The View</a></h3>
action at a distance!</p>
<p>And that's all there is to our counter interface. I am sure you can't wait to <strong>run</strong> it. Shall we?</p>
<div style="break-before: page; page-break-before: always;"></div><blockquote>
<p>This chapter documents <a href="https://github.com/iced-rs/iced/tree/eb67aa5d71172569e3d404107a1a449998d98d42">a revision of iced</a> not yet officially released. If you enjoy living on the edge,
<p>This chapter documents <a href="https://github.com/iced-rs/iced/tree/cdb18e610a72b4a025d7e1890140393adee5b087">a revision of iced</a> not yet officially released. If you enjoy living on the edge,
you can directly rely on this revision in your <code>Cargo.toml</code>:</p>
<pre><code class="language-toml">[dependencies.iced]
git = "https://github.com/iced-rs/iced.git"
rev = "eb67aa5d71172569e3d404107a1a449998d98d42"
rev = "cdb18e610a72b4a025d7e1890140393adee5b087"
</code></pre>
</blockquote>
<h1 id="the-runtime"><a class="header" href="#the-runtime">The Runtime</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions the-runtime.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ <h1 class="menu-title">iced — A Cross-Platform GUI Library for Rust</h1>
<div id="content" class="content">
<main>
<blockquote>
<p>This chapter documents <a href="https://github.com/iced-rs/iced/tree/eb67aa5d71172569e3d404107a1a449998d98d42">a revision of iced</a> not yet officially released. If you enjoy living on the edge,
<p>This chapter documents <a href="https://github.com/iced-rs/iced/tree/cdb18e610a72b4a025d7e1890140393adee5b087">a revision of iced</a> not yet officially released. If you enjoy living on the edge,
you can directly rely on this revision in your <code>Cargo.toml</code>:</p>
<pre><code class="language-toml">[dependencies.iced]
git = "https://github.com/iced-rs/iced.git"
rev = "eb67aa5d71172569e3d404107a1a449998d98d42"
rev = "cdb18e610a72b4a025d7e1890140393adee5b087"
</code></pre>
</blockquote>
<h1 id="the-runtime"><a class="header" href="#the-runtime">The Runtime</a></h1>
Expand Down

0 comments on commit 0cf061b

Please sign in to comment.