ventana 0.0.1

A cross-platform, iterator-based windowing library
Documentation
1
2
3
4
5
6
7
8
#[cfg(wayland_platform)]
pub use backend_wayland as wayland;
#[cfg(windows_platform)]
pub use backend_win32 as win32;
#[cfg(wayland_platform)]
pub use wayland::Wayland;
#[cfg(windows_platform)]
pub use win32::Win32;