Export wgpu crate in shader module in iced_widget
This commit is contained in:
parent
91d7df52cd
commit
63f36b0463
8 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
use crate::primitive::Vertex;
|
||||
use crate::wgpu;
|
||||
|
||||
use glam::{vec2, vec3, Vec3};
|
||||
use rand::{thread_rng, Rng};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue