Export wgpu crate in shader module in iced_widget

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 14:04:54 +01:00
parent 91d7df52cd
commit 63f36b0463
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 12 additions and 2 deletions

View file

@ -9,6 +9,7 @@ use crate::pipeline::Pipeline;
use iced::executor;
use iced::time::Instant;
use iced::widget::shader::wgpu;
use iced::widget::{
checkbox, column, container, row, shader, slider, text, vertical_space,
};