diff options
| author | 2021-10-18 15:19:04 +0700 | |
|---|---|---|
| committer | 2021-10-18 15:19:04 +0700 | |
| commit | edea093350e1b576e2b7db50c525e7fa5c3bea9f (patch) | |
| tree | bcc93c11a804d04e5842cef6c2088911fd4ef822 /wgpu/src | |
| parent | 54a9a232f8110364972a8eef966b7b7477573f4f (diff) | |
| download | iced-edea093350e1b576e2b7db50c525e7fa5c3bea9f.tar.gz iced-edea093350e1b576e2b7db50c525e7fa5c3bea9f.tar.bz2 iced-edea093350e1b576e2b7db50c525e7fa5c3bea9f.zip | |
Move `Defaults` from `iced_graphics` to `iced_native`
Diffstat (limited to '')
| -rw-r--r-- | wgpu/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index e868a655..ed99b126 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -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; |
