Remove unsused custom.rs file in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 15:54:10 +01:00
parent 74b920a708
commit 8f384c83be
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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;