Remove iced_glutin and iced_glow leftovers
This commit is contained in:
parent
26e902f7d8
commit
a0597471b8
8 changed files with 1 additions and 645 deletions
11
src/lib.rs
11
src/lib.rs
|
|
@ -182,17 +182,8 @@ pub mod touch;
|
|||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
#[cfg(all(not(feature = "glow"), feature = "wgpu"))]
|
||||
use iced_winit as runtime;
|
||||
|
||||
#[cfg(feature = "glow")]
|
||||
use iced_glutin as runtime;
|
||||
|
||||
#[cfg(all(not(feature = "glow"), feature = "wgpu"))]
|
||||
use iced_wgpu as renderer;
|
||||
|
||||
#[cfg(feature = "glow")]
|
||||
use iced_glow as renderer;
|
||||
use iced_winit as runtime;
|
||||
|
||||
pub use iced_native::theme;
|
||||
pub use runtime::event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue