summaryrefslogtreecommitdiffstats
path: root/wgpu/src
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src')
-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;