reexports: reexport winit

This commit is contained in:
Victor Brekenfeld 2020-06-27 23:58:31 +02:00
parent 107b18a4c1
commit a1f14cb571
1 changed files with 2 additions and 0 deletions

View File

@ -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;