win64 0.0.1

An opinionated modernization of the Win32 windowing library
1
2
3
4
5
6
7
8
9
10
pub use crate::{
  flag::{PeekMessageFlags, WindowClassStyle, WindowStyle},
  message::{Message, MessagePump},
  procedure::WindowProcedure,
  types::{Position, Size},
  types::{WindowClass, WindowClassDescriptor},
  window::{Window, WindowDescriptor},
  GetMessageResult, PeekMessageResult, ProcedureResult,
};
pub use windows::Win32::UI::WindowsAndMessaging as win32;