Add html_logo_url to iced_core and iced_lazy
This commit is contained in:
parent
d98d700c4d
commit
6fe6daa64f
2 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
//! [Iced]: https://github.com/iced-rs/iced
|
||||
//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.4/native
|
||||
//! [`iced_web`]: https://github.com/iced-rs/iced_web
|
||||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
|
||||
)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
|
||||
)]
|
||||
pub mod component;
|
||||
pub mod responsive;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue