diff options
Diffstat (limited to 'web/src/lib.rs')
-rw-r--r-- | web/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs index 4679b457..8a8198dc 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -50,6 +50,9 @@ //! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack //! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen //! [`tour` example]: https://github.com/hecrj/iced/tree/0.3/examples/tour +#![doc( + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" +)] #![deny(missing_docs)] #![deny(missing_debug_implementations)] #![deny(unused_results)] |