summaryrefslogtreecommitdiffstats
path: root/widget
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2023-11-28 23:25:42 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-28 23:25:42 +0100
commit133f4da9014fcdc331ac44269209ee61ca56d007 (patch)
tree4165df808d50fbaa4cb9b27ded59077b769a4135 /widget
parent100d15f30654d446cffe2fb60a435c79c81b0188 (diff)
parentab7dae554cac801aeed5d9aa4d3850d50be86263 (diff)
downloadiced-133f4da9014fcdc331ac44269209ee61ca56d007.tar.gz
iced-133f4da9014fcdc331ac44269209ee61ca56d007.tar.bz2
iced-133f4da9014fcdc331ac44269209ee61ca56d007.zip
Merge pull request #2149 from iced-rs/fix/custom-pipeline-translation
Provide actual bounds to `Shader` primitives
Diffstat (limited to '')
-rw-r--r--widget/src/shader.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/widget/src/shader.rs b/widget/src/shader.rs
index ca140627..fe6214db 100644
--- a/widget/src/shader.rs
+++ b/widget/src/shader.rs
@@ -17,7 +17,6 @@ use crate::renderer::wgpu::primitive::pipeline;
use std::marker::PhantomData;
-pub use crate::graphics::Transformation;
pub use crate::renderer::wgpu::wgpu;
pub use pipeline::{Primitive, Storage};