Skip to content

Commit d84b207

Browse files
committed
Fix root level docs
1 parent f32d59c commit d84b207

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
//! <p>Each hardware interface can be enabled with a feature. For example, If you
4545
//! want to depend on the <code>audio</code> feature and the <code>clock</code>
4646
//! feature, you might put this in your <code>Cargo.toml</code>:</p>
47-
//! <p style="width:100%"><pre style="width:100%"><code style="width:100%"><span style="color:#FFF;font-weight:bold;">[dependencies.cala]</span>
48-
//! <span style="color:#0F0;font-weight:bold;">version</span> = <span style="color:#0F0">"0.5"</span>
49-
//! <span style="color:#0F0;font-weight:bold;">features</span> = [<span style="color:#0F0">"audio"</span>, <span style="color:#0F0">"clock"</span>]</code></pre></p>
47+
//! <p style="width:100%"><pre style="width:100%"><code style="width:100%"><span style="font-weight:bold;">[dependencies.cala]</span>
48+
//! <span style="color:#0A0;font-weight:bold;">version</span> = <span style="color:#0A0">"0.5"</span>
49+
//! <span style="color:#0A0;font-weight:bold;">features</span> = [<span style="color:#0A0">"audio"</span>, <span style="color:#0A0">"clock"</span>]</code></pre></p>
5050
//!
5151
//! <p>
5252
//! There is a module for each feature (feature and module names match). Module documentation may include simple tutorials. More in depth tutorials may be
@@ -55,7 +55,7 @@
5555
5656
#![warn(missing_docs)]
5757
#![doc(
58-
html_logo_url = "https://libcala.github.io/icon.svg",
58+
html_logo_url = "https://libcala.github.io/logo.svg",
5959
html_favicon_url = "https://libcala.github.io/icon.svg"
6060
)]
6161

0 commit comments

Comments
 (0)