diff options
author | 2021-12-09 15:43:20 +0700 | |
---|---|---|
committer | 2021-12-09 15:43:20 +0700 | |
commit | c2eb9d7fbce06e107b315cab9c6d3dfc164c80a1 (patch) | |
tree | 9a394da1aab9b32db2ceb4cf2cbc01766397aa23 /web | |
parent | aa96a0a84dfd95a2aee6d573f9baa04782ba0fe6 (diff) | |
parent | 998a04645ddc3550c4a65624019078c9ef32dede (diff) | |
download | iced-c2eb9d7fbce06e107b315cab9c6d3dfc164c80a1.tar.gz iced-c2eb9d7fbce06e107b315cab9c6d3dfc164c80a1.tar.bz2 iced-c2eb9d7fbce06e107b315cab9c6d3dfc164c80a1.zip |
Merge pull request #1147 from daladim/icon_in_docs
Added icon in docs
Diffstat (limited to '')
-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..70dc087e 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/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" +)] #![deny(missing_docs)] #![deny(missing_debug_implementations)] #![deny(unused_results)] |