ventana 0.0.3

A cross-platform, iterator-based windowing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod prelude;
pub mod window;

#[cfg(feature = "auto-backend")]
pub use backend;
pub use hal::{
  self,
  dpi,
  event,
  keyboard,
  settings,
};