From a1f14cb571d1f97f442adfa670f0d58851437efc Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Sat, 27 Jun 2020 23:58:31 +0200 Subject: [PATCH] reexports: reexport winit --- src/reexports.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/reexports.rs b/src/reexports.rs index d5a4706..e7ec2c8 100644 --- a/src/reexports.rs +++ b/src/reexports.rs @@ -21,3 +21,5 @@ pub use wayland_commons; pub use wayland_protocols; #[cfg(feature = "wayland_frontend")] pub use wayland_server; +#[cfg(feature = "backend_winit")] +pub use winit; \ No newline at end of file