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,6 @@
//! A [`wgpu`] renderer for [`iced_native`].
//!
//! ![`iced_wgpu` crate graph](https://github.com/hecrj/iced/blob/cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e/docs/graphs/wgpu.png?raw=true)
//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
//!
//! For now, it is the default renderer of [Iced] in native platforms.
//!