summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-05-30 00:31:23 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-30 00:31:23 +0200
commit96b2afba316715fafe2f40224954e05c55de04e5 (patch)
tree643b7db10302e038acea82e33af4bbc969c03b83 /wgpu/src/lib.rs
parentf8cb3acc485a45c94d806341f907460c897fa262 (diff)
parent3ef49cd51c99b1927abc6f2a363b1fb9373b6dc5 (diff)
downloadiced-96b2afba316715fafe2f40224954e05c55de04e5.tar.gz
iced-96b2afba316715fafe2f40224954e05c55de04e5.tar.bz2
iced-96b2afba316715fafe2f40224954e05c55de04e5.zip
Merge pull request #369 from hecrj/async-wgpu-compositor-creation
Implement async `Compositor::request` in `iced_wgpu`
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r--wgpu/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs
index 0c351eea..e67221c7 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -36,7 +36,7 @@ mod backend;
mod quad;
mod text;
-pub use iced_graphics::{Defaults, Primitive, Viewport};
+pub use iced_graphics::{Antialiasing, Defaults, Primitive, Viewport};
pub use wgpu;
pub use backend::Backend;