Added icon in docs
This commit is contained in:
parent
6f3a608717
commit
d72b1493e0
10 changed files with 30 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
//! 
|
||||
//!
|
||||
//! [`iced`]: https://github.com/hecrj/iced
|
||||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg"
|
||||
)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue