Add html_logo_url to iced_core and iced_lazy

This commit is contained in:
Héctor Ramón Jiménez 2022-05-02 20:33:10 +02:00
parent d98d700c4d
commit 6fe6daa64f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 6 additions and 0 deletions

View file

@ -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)]

View file

@ -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;