Write missing documentation for custom module in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 11:34:15 +01:00
parent de9420e7df
commit 46a48af97f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,3 +1,4 @@
//! Draw custom primitives.
use crate::core::{Rectangle, Size};
use crate::graphics::Transformation;
use std::any::{Any, TypeId};