summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 91d8e53f..8f526cfd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -483,6 +483,9 @@ pub use iced_futures::stream;
#[cfg(feature = "highlighter")]
pub use iced_highlighter as highlighter;
+#[cfg(feature = "wgpu")]
+pub use iced_renderer::wgpu::wgpu;
+
mod error;
mod program;