ventana 0.0.2

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

pub use ventana_hal::{
  self as hal,
  dpi,
  event,
  keyboard,
  settings,
};