diff options
Diffstat (limited to 'wgpu/src/custom.rs')
-rw-r--r-- | wgpu/src/custom.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/custom.rs b/wgpu/src/custom.rs index 65dd0496..65a6f133 100644 --- a/wgpu/src/custom.rs +++ b/wgpu/src/custom.rs @@ -1,3 +1,4 @@ +//! Draw custom primitives. use crate::core::{Rectangle, Size}; use crate::graphics::Transformation; use std::any::{Any, TypeId}; |