diff options
| author | Fuwn <[email protected]> | 2021-06-07 02:17:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 02:17:45 +0000 |
| commit | 43e58d3ff3907b1e7309d746cab433b0b7c0a282 (patch) | |
| tree | 326a1868b711a17970298335fef8886675c7ca38 | |
| parent | refactor(global): update crate descriptions (diff) | |
| download | whirl-43e58d3ff3907b1e7309d746cab433b0b7c0a282.tar.xz whirl-43e58d3ff3907b1e7309d746cab433b0b7c0a282.zip | |
docs(cargo): change favicon and icon in generated docs
| -rw-r--r-- | crates/whirl/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl/src/lib.rs b/crates/whirl/src/lib.rs index 82a5a9f..be75fe4 100644 --- a/crates/whirl/src/lib.rs +++ b/crates/whirl/src/lib.rs @@ -18,6 +18,10 @@ )] #![deny(clippy::all, clippy::nursery, clippy::pedantic)] #![recursion_limit = "128"] +#![doc( + html_logo_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png", + html_favicon_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png" +)] #[macro_use] extern crate log; |