Use commit hash in html_logo_url

This commit is contained in:
Héctor Ramón Jiménez 2021-12-09 15:10:38 +07:00
parent d72b1493e0
commit 998a04645d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
10 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@
//!
//! ![The foundations of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg"
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
)]
pub use iced_core::{Background, Color};