Introduce iced_renderer subcrate featuring runtime renderer fallback
This commit is contained in:
parent
368cadd25a
commit
5100b5d0a1
16 changed files with 371 additions and 72 deletions
|
|
@ -1,4 +1,5 @@
|
|||
//! Display rendering results on windows.
|
||||
mod compositor;
|
||||
pub mod compositor;
|
||||
|
||||
pub use compositor::Compositor;
|
||||
pub use wgpu::Surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue