Move wgpu re-export to root module

This seems to fix a `cargo doc` performance issue;
and it makes more sense anyways.
This commit is contained in:
Héctor Ramón Jiménez 2024-09-20 18:35:18 +02:00
parent 53f88fe2cf
commit 91c00e4abf
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@ mod scene;
use scene::Scene;
use iced::time::Instant;
use iced::widget::shader::wgpu;
use iced::wgpu;
use iced::widget::{center, checkbox, column, row, shader, slider, text};
use iced::window;
use iced::{Center, Color, Element, Fill, Subscription};