summaryrefslogtreecommitdiffstats
path: root/wgpu/src/primitive.rs
diff options
context:
space:
mode:
authorLibravatar Malte Veerman <malte.veerman@gmail.com>2019-12-12 01:14:54 +0100
committerLibravatar Malte Veerman <malte.veerman@gmail.com>2019-12-12 01:14:54 +0100
commit895eaef99b52c24e6f3d804897ad850c1f1de960 (patch)
tree2f63b98d133029d08030457d8521587807fa6418 /wgpu/src/primitive.rs
parentf737c6da24d5c75e3efa92c0fd9d0d11fbd715c1 (diff)
downloadiced-895eaef99b52c24e6f3d804897ad850c1f1de960.tar.gz
iced-895eaef99b52c24e6f3d804897ad850c1f1de960.tar.bz2
iced-895eaef99b52c24e6f3d804897ad850c1f1de960.zip
Merged svg pipeline into image
Diffstat (limited to '')
-rw-r--r--wgpu/src/primitive.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/wgpu/src/primitive.rs b/wgpu/src/primitive.rs
index 1b0729cf..04264e5d 100644
--- a/wgpu/src/primitive.rs
+++ b/wgpu/src/primitive.rs
@@ -46,13 +46,6 @@ pub enum Primitive {
/// The bounds of the image
bounds: Rectangle,
},
- /// A svg icon primitive
- Svg {
- /// The path of the icon
- handle: crate::svg::Handle,
- /// The bounds of the icon
- bounds: Rectangle,
- },
/// A clip primitive
Clip {
/// The bounds of the clip