summaryrefslogtreecommitdiffstats
path: root/graphics/src/mesh.rs
diff options
context:
space:
mode:
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;