Add default favicon for documentation

This commit is contained in:
Guillaume Gomez 2019-01-12 22:27:09 +01:00
parent 2200fd3c7c
commit b5d167f58a
4 changed files with 9 additions and 3 deletions

View file

@ -53,6 +53,8 @@ pub static LICENSE_MIT: &'static [u8] = include_bytes!("static/LICENSE-MIT.txt")
/// The contents of `rust-logo.png`, the default icon of the documentation.
pub static RUST_LOGO: &'static [u8] = include_bytes!("static/rust-logo.png");
/// The contents of `favicon.ico`, the default favicon of the documentation.
pub static RUST_FAVICON: &'static [u8] = include_bytes!("static/favicon.ico");
/// The built-in themes given to every documentation site.
pub mod themes {