File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
//! <p>Each hardware interface can be enabled with a feature. For example, If you
45
45
//! want to depend on the <code>audio</code> feature and the <code>clock</code>
46
46
//! 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>
50
50
//!
51
51
//! <p>
52
52
//! 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
55
56
56
#![ warn( missing_docs) ]
57
57
#![ doc(
58
- html_logo_url = "https://libcala.github.io/icon .svg" ,
58
+ html_logo_url = "https://libcala.github.io/logo .svg" ,
59
59
html_favicon_url = "https://libcala.github.io/icon.svg"
60
60
) ]
61
61
You can’t perform that action at this time.
0 commit comments