Added icon in docs

This commit is contained in:
daladim 2021-12-08 08:04:46 +01:00 committed by Héctor Ramón Jiménez
parent 6f3a608717
commit d72b1493e0
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
10 changed files with 30 additions and 0 deletions

View file

@ -20,6 +20,9 @@
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
//! [WebGPU API]: https://gpuweb.github.io/gpuweb/
//! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
#![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)]