Move Defaults from iced_graphics to iced_native
This commit is contained in:
parent
54a9a232f8
commit
edea093350
39 changed files with 166 additions and 192 deletions
|
|
@ -36,9 +36,7 @@ mod backend;
|
|||
mod quad;
|
||||
mod text;
|
||||
|
||||
pub use iced_graphics::{
|
||||
Antialiasing, Color, Defaults, Error, Primitive, Viewport,
|
||||
};
|
||||
pub use iced_graphics::{Antialiasing, Color, Error, Primitive, Viewport};
|
||||
pub use wgpu;
|
||||
|
||||
pub use backend::Backend;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue