summaryrefslogtreecommitdiffstats
path: root/graphics/src/mesh.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-06-29 07:55:52 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-06-29 07:55:52 +0200
commit6921564c9f66e8103e19ec658099c5f5c32e8cc5 (patch)
treeed833fab41f64c57a7522fea400ea42eec788e9f /graphics/src/mesh.rs
parentfa5650cfd1115e6ccec2ad795cf58fd970d5b43c (diff)
downloadiced-6921564c9f66e8103e19ec658099c5f5c32e8cc5.tar.gz
iced-6921564c9f66e8103e19ec658099c5f5c32e8cc5.tar.bz2
iced-6921564c9f66e8103e19ec658099c5f5c32e8cc5.zip
Write missing docs in `iced_graphics` and `iced_wgpu`
Diffstat (limited to 'graphics/src/mesh.rs')
-rw-r--r--graphics/src/mesh.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/src/mesh.rs b/graphics/src/mesh.rs
index 6ca7f79f..cfb5a60f 100644
--- a/graphics/src/mesh.rs
+++ b/graphics/src/mesh.rs
@@ -1,3 +1,4 @@
+//! Draw triangles!
use crate::color;
use crate::core::{Rectangle, Size};
use crate::gradient;