diff options
author | 2023-11-14 11:34:15 +0100 | |
---|---|---|
committer | 2023-11-14 11:34:15 +0100 | |
commit | 46a48af97fa472e1158e07d4deb988c5601197e0 (patch) | |
tree | 854dec729074aff0d5a50d8a7f6b05e66693bfaf | |
parent | de9420e7df7d909bca611c360182dec54c5b1aae (diff) | |
download | iced-46a48af97fa472e1158e07d4deb988c5601197e0.tar.gz iced-46a48af97fa472e1158e07d4deb988c5601197e0.tar.bz2 iced-46a48af97fa472e1158e07d4deb988c5601197e0.zip |
Write missing documentation for `custom` module in `iced_wgpu`
-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}; |