diff options
author | 2020-02-28 14:38:42 +0100 | |
---|---|---|
committer | 2020-02-28 14:38:42 +0100 | |
commit | 4e7159c22c6be90f61aa715d5eb6811f805cb597 (patch) | |
tree | 77faf86bc65142d3c224b240a0c5922b7f4f9025 /wgpu/src/image/raster.rs | |
parent | fc55e3a3df9e08d361985b01528d2a6095d98aba (diff) | |
download | iced-4e7159c22c6be90f61aa715d5eb6811f805cb597.tar.gz iced-4e7159c22c6be90f61aa715d5eb6811f805cb597.tar.bz2 iced-4e7159c22c6be90f61aa715d5eb6811f805cb597.zip |
Stop creating image pipeline when unnecessary
Diffstat (limited to 'wgpu/src/image/raster.rs')
-rw-r--r-- | wgpu/src/image/raster.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/image/raster.rs b/wgpu/src/image/raster.rs index 883c32f7..3edec57e 100644 --- a/wgpu/src/image/raster.rs +++ b/wgpu/src/image/raster.rs @@ -1,4 +1,4 @@ -use crate::texture::atlas::{self, Atlas}; +use crate::image::atlas::{self, Atlas}; use iced_native::image; use std::collections::{HashMap, HashSet}; |