summaryrefslogtreecommitdiffstats
path: root/wgpu/src/custom.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-14 15:54:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-14 15:54:10 +0100
commit8f384c83be242f9318685530ee52dd6c27b2bb62 (patch)
tree1ad172634dce2d2822624de596f119ef1ef1d525 /wgpu/src/custom.rs
parent74b920a708afc2407cb495a2953e97114f7773b1 (diff)
downloadiced-8f384c83be242f9318685530ee52dd6c27b2bb62.tar.gz
iced-8f384c83be242f9318685530ee52dd6c27b2bb62.tar.bz2
iced-8f384c83be242f9318685530ee52dd6c27b2bb62.zip
Remove unsused `custom.rs` file in `iced_wgpu`
Diffstat (limited to '')
-rw-r--r--wgpu/src/custom.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/wgpu/src/custom.rs b/wgpu/src/custom.rs
deleted file mode 100644
index 98e2b396..00000000
--- a/wgpu/src/custom.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-//! Draw custom primitives.
-use crate::core::{Rectangle, Size};
-use crate::graphics::Transformation;
-use crate::primitive;
-
-use std::any::{Any, TypeId};
-use std::collections::HashMap;
-use std::fmt::Debug;