reexports: reexport winit
This commit is contained in:
parent
107b18a4c1
commit
a1f14cb571
|
@ -21,3 +21,5 @@ pub use wayland_commons;
|
||||||
pub use wayland_protocols;
|
pub use wayland_protocols;
|
||||||
#[cfg(feature = "wayland_frontend")]
|
#[cfg(feature = "wayland_frontend")]
|
||||||
pub use wayland_server;
|
pub use wayland_server;
|
||||||
|
#[cfg(feature = "backend_winit")]
|
||||||
|
pub use winit;
|
Loading…
Reference in New Issue