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

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