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