summaryrefslogtreecommitdiffstats
path: root/wgpu/src/settings.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/settings.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/settings.rs')
-rw-r--r--wgpu/src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/settings.rs b/wgpu/src/settings.rs
index 8378d734..4655e64f 100644
--- a/wgpu/src/settings.rs
+++ b/wgpu/src/settings.rs
@@ -1,5 +1,5 @@
//! Configure a renderer.
-pub use iced_graphics::Antialiasing;
+pub use crate::Antialiasing;
/// The settings of a [`Renderer`].
///