Update graphs in crate docs

This commit is contained in:
Héctor Ramón Jiménez 2020-11-26 07:22:03 +01:00
parent 0525d76ff9
commit 11798dcc03
14 changed files with 15 additions and 7 deletions

View file

@ -1,6 +1,8 @@
//! A bunch of backend-agnostic types that can be leveraged to build a renderer
//! for [`iced`].
//!
//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
//!
//! [`iced`]: https://github.com/hecrj/iced
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]