Allow iced_wgpu to render to any TextureView
This commit is contained in:
parent
95880ca74b
commit
f1e20a61f1
13 changed files with 355 additions and 240 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Build window-based GUI applications.
|
||||
mod backend;
|
||||
mod event;
|
||||
mod renderer;
|
||||
|
||||
pub use backend::Backend;
|
||||
pub use event::Event;
|
||||
pub use renderer::{Renderer, Target};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue